Skip to content

Commit 72b2361

Browse files
committed
fix: Add python_files to explicitly include tests.py
1 parent 4282325 commit 72b2361

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ test = pytest
8787
# pytest default configuration
8888
[tool:pytest]
8989
testpaths = tests/
90+
python_files = tests.py test_*.py *_tests.py
9091
markers =
9192
black: dummy mark.
9293
fast: dummy mark.

0 commit comments

Comments
 (0)