Removing accidental change to test
This commit is contained in:
parent
325319dc3b
commit
2a917a582e
|
@ -1188,7 +1188,6 @@ class TestProgress(object):
|
||||||
def test_xdist_normal(self, many_tests_files, testdir):
|
def test_xdist_normal(self, many_tests_files, testdir):
|
||||||
pytest.importorskip("xdist")
|
pytest.importorskip("xdist")
|
||||||
output = testdir.runpytest("-n2")
|
output = testdir.runpytest("-n2")
|
||||||
sys.stderr.write(output.stdout)
|
|
||||||
output.stdout.re_match_lines([r"\.{20} \s+ \[100%\]"])
|
output.stdout.re_match_lines([r"\.{20} \s+ \[100%\]"])
|
||||||
|
|
||||||
def test_xdist_normal_count(self, many_tests_files, testdir):
|
def test_xdist_normal_count(self, many_tests_files, testdir):
|
||||||
|
|
Loading…
Reference in New Issue