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.
pull/7658/head^2
Dylan Baker 4 years ago committed by Jussi Pakkanen
parent bca90722ec
commit fe24292ae3
  1. 3
      setup.cfg

@ -39,3 +39,6 @@ progress =
[tool:pytest]
python_classes =
python_files =
run_unittests.py

Loading…
Cancel
Save