Skip to content

Commit 5d24331

Browse files
committed
Add setup.cfg for pytest
1 parent 4c43626 commit 5d24331

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.cfg

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[pytest]
2+
norecursedirs = .git _build tmp* *.egg
3+
#addopts = --cov
4+
python_files = test*.py

0 commit comments

Comments
 (0)