You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've noticed that when specifying positional arguments file_or_dir, The usual ERROR: file not found: dir_does_not_exist/ does not appear when running py.test with the -n option.
Example: py.test -n2 dir_does_not_exist/
Thanks
The text was updated successfully, but these errors were encountered:
Moved from pytest-dev/pytest#2282, reported by @orenovadia:
Hi,
I've noticed that when specifying positional arguments
file_or_dir
, The usualERROR: file not found: dir_does_not_exist/
does not appear when running py.test with the-n
option.Example:
py.test -n2 dir_does_not_exist/
Thanks
The text was updated successfully, but these errors were encountered: