tests: harden test_cmdline_python_package_symlink
This commit is contained in:
parent
eabf15b626
commit
81426c3d19
|
@ -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*",
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue