Skip to content

Commit

Permalink
Remove references
Browse files Browse the repository at this point in the history
  • Loading branch information
phiwuu committed Oct 2, 2024
1 parent 1b5a6b4 commit 511f70e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test-unit/lobster-cpptest/test_cpptest.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ def test_test_case_parsing(self):
The whole TestCase class is tested as one since the test_file contains all possible
variant of an allowed test case implementation
"""
# fmt: off
codebeamer_url = "https://codebeamer.com"
expect = [
# Verify that test macros, test suite, test name and documentation comments are correctly parsed
Expand Down Expand Up @@ -463,9 +462,6 @@ def test_test_case_parsing(self):
"testmethods": ["TM_PAIRWISE", "TM_BOUNDARY"]},
{"suite": "TestMethodsTagTest2", "test_name": "TestMethodAsCommentsCommaSeparated",
"testmethods": ["TM_REQUIREMENT", "TM_EQUIVALENCE"]},
# {"suite": "TestMethodsTagTest2", "test_name": "TestMethodAsCommentsMultipleLines",
# "testmethods": ["TM_REQUIREMENT", "TM_EQUIVALENCE", "TM_BOUNDARY", "TM_CONDITION"]},
# TODO: Not supported yet, to be discussed in DCS-3430
{"suite": "TestMethodsTagTest3", "test_name": "InvalidTestMethod", "testmethods": []},
{"suite": "TestMethodsTagTest4", "test_name": "MissingTestMethod", "testmethods": []},
# Verify that the version tag is correctly parsed
Expand All @@ -484,7 +480,6 @@ def test_test_case_parsing(self):
"req": ["CB-#0815", "CB-#0816"],
"req_by": ["FOO0::BAR0"], "testmethods": ["TM_BOUNDARY", "TM_REQUIREMENT"]}
]
# fmt: on

test_cases = ParserForRequirements.collect_test_cases(self.test_case_file, codebeamer_url)
self.assertEqual(len(test_cases), 45)
Expand Down

0 comments on commit 511f70e

Please sign in to comment.