Skip to content

Commit 65de753

Browse files
authored
Create pytest.ini
1 parent 36282af commit 65de753

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pytest.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[pytest]
2+
minversion =
3+
6.0.2
4+
testpaths =
5+
tests/
6+
python_files =
7+
*.py
8+
addopts =
9+
-vvv

0 commit comments

Comments
 (0)