Skip to content

Commit 2bf0c7b

Browse files
committed
Add a pytest configuration file for simpler use
Now you only need to call `pytest` for tests to run
1 parent e046c5c commit 2bf0c7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pytest.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[pytest]
2+
testpaths = tests
3+
pythonpath = .
4+
addopts = -ra -q

0 commit comments

Comments
 (0)