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 7152431 commit 1ad5c29Copy full SHA for 1ad5c29
testing/acceptance_test.py
@@ -1247,14 +1247,6 @@ def test(i):
1247
"""
1248
pytester.makepyfile(test_a=test_file.format(10), test_b=test_file.format(20))
1249
result = pytester.runpytest("-n2", "--dist=loadscope", "-v")
1250
- # assert sorted([
1251
- # get_workers_and_test_count_by_prefix(
1252
- # "test_a.py::test", result.outlines
1253
- # ),
1254
1255
- # "test_b.py::test", result.outlines
1256
- # )
1257
- # ], key=lambda d: d.keys()) == [{"gw0": 20}, {"gw1": 10}]
1258
assert list(get_workers_and_test_count_by_prefix(
1259
"test_a.py::test", result.outlines
1260
).values()) == [10]
0 commit comments