We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3385ddd commit 092fc84Copy full SHA for 092fc84
pytest.ini
@@ -4,5 +4,9 @@
4
5
[pytest]
6
testpaths = tests
7
-#addopts = --cov=mrmat_python_api_flask --cov-report=term --cov-report=xml:build/coverage.xml --junit-xml=build/junit.xml
+addopts = --cov=mrmat_python_api_flask --cov-report=term --cov-report=xml:build/coverage.xml --junit-xml=build/junit.xml
8
junit_family = xunit2
9
+log_cli = 1
10
+log_cli_level = INFO
11
+log_cli_format = %(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)
12
+log_cli_date_format=%Y-%m-%d %H:%M:%S
0 commit comments