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
Considering that pytest’s test discovery uses “test_*.py or *_test.py” file names, I think it makes sense to make this hook a bit more flexible — e.g. by adding a dedicated arg.
Considering that
pytest’s test discovery uses “test_*.pyor*_test.py” file names, I think it makes sense to make this hook a bit more flexible — e.g. by adding a dedicated arg.Happy to provide PR.