Skip to content

Commit 98243ed

Browse files
committed
Add a default config for py.test
1 parent 1e7d430 commit 98243ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[pytest]
2+
addopts = --capture=no --assert=plain --strict --tb native
3+
testpaths = tests

0 commit comments

Comments
 (0)