Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setup.cfg: Add pytest discovery args
We have a single giant file for our tests, but a number of files that match pytest's default discovery globs. To fix that, let's tell pytest what to do. This means you can just `pytest` and get the right results. It also helps IDE's like vscode correctly identify tests.
- Loading branch information