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

Commit 01425ff

Browse files
committed
pyest.ini - mainly to speed up test discovery with testpaths
1 parent f985ece commit 01425ff

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+
testpaths = tests/
3+
addopts = -rsxX -vv
4+
log_format = %(asctime)s | %(levelname)s | %(name)s:%(lineno)d | %(message)s
5+
log_cli_level = ERROR

0 commit comments

Comments
 (0)