Skip to content

Commit

Permalink
Restore testing
Browse files Browse the repository at this point in the history
A lot of test classes are named test_*, which makes pytest *not* find them by default
  • Loading branch information
forsberg committed Nov 24, 2020
1 parent 2f81086 commit 72c7437
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ addopts =
--strict-config
--strict-markers
xfail_strict=True
python_classes = test_*

0 comments on commit 72c7437

Please sign in to comment.