Skip to content

Commit 2d2feab

Browse files
dav3rfelddy
andauthored
Improve pytest configuration
* Use long flag names when possible * Enable debug logging * Add a helpful explanatory comment Co-authored-by: felddy <[email protected]>
1 parent b2b9dd9 commit 2d2feab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pytest.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
[pytest]
2-
addopts = -v -ra --cov
2+
# Increase verbosity, display extra test summary info for tests that did not pass,
3+
# display code coverage results, and enable debug logging
4+
addopts = --verbose -ra --cov --log-cli-level=DEBUG

0 commit comments

Comments
 (0)