Merge remote-tracking branch 'upstream/master' into merge-master-into-features
This commit is contained in:
@@ -666,11 +666,11 @@ class TestInvocationVariants(object):
|
||||
assert result.ret == 0
|
||||
result.stdout.fnmatch_lines(
|
||||
[
|
||||
"*test_hello.py::test_hello*PASSED*",
|
||||
"*test_hello.py::test_other*PASSED*",
|
||||
"*test_world.py::test_world*PASSED*",
|
||||
"*test_world.py::test_other*PASSED*",
|
||||
"*4 passed*",
|
||||
"test_hello.py::test_hello*PASSED*",
|
||||
"test_hello.py::test_other*PASSED*",
|
||||
"ns_pkg/world/test_world.py::test_world*PASSED*",
|
||||
"ns_pkg/world/test_world.py::test_other*PASSED*",
|
||||
"*4 passed in*",
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user