We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524988a commit 63d0965Copy full SHA for 63d0965
tests/test_acceptance.py
@@ -11,7 +11,7 @@
11
@pytest.mark.integration
12
def test_json_report_generation(get_data):
13
# GIVEN a list of external tests to skip (to remain self-contained)
14
- all_tests = TestABC.list_tests()
+ all_tests = TestABC.list_subclasses()
15
skipped_tests = [test.__name__ for test in all_tests if test.is_external_test]
16
17
# AND a subset of internal tests to be required (to verify suite status behavior)
0 commit comments