Fixed tests

This commit is contained in:
Bruno Oliveira
2017-03-07 20:47:43 -03:00
parent 272afa9422
commit 337f891d78
7 changed files with 21 additions and 18 deletions

View File

@@ -284,8 +284,8 @@ class TestPytestPluginManager(object):
result = testdir.runpytest("-rw", "-p", "skipping1", syspathinsert=True)
assert result.ret == EXIT_NOTESTSCOLLECTED
result.stdout.fnmatch_lines([
"WI1*skipped plugin*skipping1*hello*",
"WI1*skipped plugin*skipping2*hello*",
"*skipped plugin*skipping1*hello*",
"*skipped plugin*skipping2*hello*",
])
def test_consider_env_plugin_instantiation(self, testdir, monkeypatch, pytestpm):