Skip to content

Commit 63d0965

Browse files
author
Bruno Grande
committed
USe new function name
1 parent 524988a commit 63d0965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_acceptance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@pytest.mark.integration
1212
def test_json_report_generation(get_data):
1313
# GIVEN a list of external tests to skip (to remain self-contained)
14-
all_tests = TestABC.list_tests()
14+
all_tests = TestABC.list_subclasses()
1515
skipped_tests = [test.__name__ for test in all_tests if test.is_external_test]
1616

1717
# AND a subset of internal tests to be required (to verify suite status behavior)

0 commit comments

Comments
 (0)