Skip to content

Commit 1ad5c29

Browse files
committed
clean up
1 parent 7152431 commit 1ad5c29

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

testing/acceptance_test.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,14 +1247,6 @@ def test(i):
12471247
"""
12481248
pytester.makepyfile(test_a=test_file.format(10), test_b=test_file.format(20))
12491249
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-
# get_workers_and_test_count_by_prefix(
1255-
# "test_b.py::test", result.outlines
1256-
# )
1257-
# ], key=lambda d: d.keys()) == [{"gw0": 20}, {"gw1": 10}]
12581250
assert list(get_workers_and_test_count_by_prefix(
12591251
"test_a.py::test", result.outlines
12601252
).values()) == [10]

0 commit comments

Comments
 (0)