Skip to content

Commit

Permalink
Merge pull request #8 from testit-tms/release/1.0.13
Browse files Browse the repository at this point in the history
feat: TMS-30440: add TMS 5.2 support
  • Loading branch information
taipoxinous authored Dec 23, 2024
2 parents 566181b + ea53fbe commit 98b8a15
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/main/kotlin/ru/testit/management/snippet/PytestSnippet.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ object PytestSnippet {
@testit.description("description")
@testit.workItemIds("globalId")
def testName():
// See work item [globalId] for detailed steps description
// Pre:
// preconditions
// Steps:
// testSteps
// Post:
// postconditions
# See work item [globalId] for detailed steps description
# Pre:
# preconditions
# Steps:
# testSteps
# Post:
# postconditions
"""

Expand Down

0 comments on commit 98b8a15

Please sign in to comment.