Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit ee6e9a1

Browse files
Add back pytest.ini config file (#8)
1 parent 6e5fe9d commit ee6e9a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pytest.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[pytest]
2+
python_files = test_*.py
3+
python_classes =
4+
norecursedirs = **/output_*
5+
addopts = -p no:warnings

0 commit comments

Comments
 (0)