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
test,fix: Force pytest to exit zero when no tests are collected (#221)
* fix: Prevent pytest from exiting non-zero when there are no changed samples
pytest considers a failure to collect any tests as an error to be
investigated. In the context of "only running pytest tests for
changed samples", we'd expect this to happen somewhat commonly.
This PR makes pytest exit OK when no tests were collected if this
plugin is active.
* docs: Fix docstrings
0 commit comments