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 32d31ec commit 34c0700Copy full SHA for 34c0700
utils/tests/test_runner.py
@@ -258,7 +258,7 @@ def test_extract_testsuites():
258
]
259
)
260
tests = extract_testsuites(args)
261
- assert len(tests) == 6
+ assert len(tests) == 7
262
263
args = parser.parse_args(
264
args=[
@@ -269,7 +269,7 @@ def test_extract_testsuites():
269
270
271
272
273
274
275
0 commit comments