-
Notifications
You must be signed in to change notification settings - Fork 247
Closed
Labels
Description
pytest-dev/pytest#1996 and pytest-dev/pytest#602
example from the pytest issue:
Warnings raised with request.node.warn does not show warnings. -rw does not give any warning output either.
Here is the same test run without and with xdist:
$ py.test unit_tests/
......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2166 passed, 78 warnings in 46.73 seconds
$ py.test unit_tests/ -n1
gw0 [2166]
scheduling tests via LoadScheduling
......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2166 passed in 48.02 seconds
azmeuk