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
Specifying the `tests` dir in testpaths allows overriding at the
command line. Previously, as part of addopts it couldn't be removed.
For example:
pytest tests/test_pubsub.py
... will now pick up just that once file, rather than the whole
`tests` folder, and that file again.
0 commit comments