Skip to content

Commit 3599fd8

Browse files
committed
Add pytest instead pyproject.toml
1 parent 63dc40f commit 3599fd8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pytest.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[pytest]
2+
pythonpath = . .. src
3+
testpaths = tests
4+
addopts = -v --tb=short
5+
python_files = test_*.py
6+
python_classes = Test*
7+
python_functions = test_*
8+

0 commit comments

Comments
 (0)