We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba107a commit 0d077e6Copy full SHA for 0d077e6
testing/acceptance_test.py
@@ -997,9 +997,8 @@ def test_calls_showall_durationsmin_verbose(
997
998
@staticmethod
999
def check_tests_in_output(
1000
- lines: Sequence[str], *expected_test_numbers: int
+ lines: Sequence[str], *expected_test_numbers: int, number_of_tests: int = 3
1001
) -> None:
1002
- number_of_tests = 3
1003
found_test_numbers = set(
1004
test_number
1005
for test_number in range(1, number_of_tests + 1)
0 commit comments