speed up a test
This commit is contained in:
parent
66ffc5e0f8
commit
0d7af592c0
|
@ -340,10 +340,8 @@ class TestPytestPluginInteractions:
|
||||||
assert hello == "world"
|
assert hello == "world"
|
||||||
assert 'hello' in py.test.__all__
|
assert 'hello' in py.test.__all__
|
||||||
""")
|
""")
|
||||||
result = testdir.runpytest(p)
|
reprec = testdir.inline_run(p)
|
||||||
result.stdout.fnmatch_lines([
|
reprec.assertoutcome(passed=1)
|
||||||
"*1 passed*"
|
|
||||||
])
|
|
||||||
|
|
||||||
def test_do_option_postinitialize(self, testdir):
|
def test_do_option_postinitialize(self, testdir):
|
||||||
config = testdir.parseconfigure()
|
config = testdir.parseconfigure()
|
||||||
|
|
Loading…
Reference in New Issue