Conversation
I never need to do that. Do you keep uncommitted |
|
It runs for some reason a file called |
It might be scanning the file for doctests. Since the file is not part of the repo I would recommend trying the following in a top-level |
No it does not work. Also the issue does not appear if I run pytest in the hatch-shell env. Can I merge this PR? |
Right now `hatch test` runs also files in top level directory. By adding the default argument `tests`, hatch will only the tests in the test folder.
3ac48ef to
e9d07d2
Compare
tests as default arg to hatch-test
Right now
hatch testruns also files in top level directory, this is a bit annoying since one needs to specifyhatch test -- tests. This is not really fixing it, I need to investigate this further.