tests: harden test_cmdline_python_package_symlink

This commit is contained in:
Daniel Hahler 2018-10-10 18:02:37 +02:00
parent eabf15b626
commit 81426c3d19
1 changed files with 2 additions and 2 deletions

View File

@ -738,8 +738,8 @@ class TestInvocationVariants(object):
assert result.ret == 0 assert result.ret == 0
result.stdout.fnmatch_lines( result.stdout.fnmatch_lines(
[ [
"*lib/foo/bar/test_bar.py::test_bar*PASSED*", "*lib/foo/bar/test_bar.py::test_bar PASSED*",
"*lib/foo/bar/test_bar.py::test_other*PASSED*", "*lib/foo/bar/test_bar.py::test_other PASSED*",
"*2 passed*", "*2 passed*",
] ]
) )