Skip to content

Commit 092fc84

Browse files
committed
Added logging configuration and re-enabled coverage
1 parent 3385ddd commit 092fc84

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pytest.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@
44

55
[pytest]
66
testpaths = tests
7-
#addopts = --cov=mrmat_python_api_flask --cov-report=term --cov-report=xml:build/coverage.xml --junit-xml=build/junit.xml
7+
addopts = --cov=mrmat_python_api_flask --cov-report=term --cov-report=xml:build/coverage.xml --junit-xml=build/junit.xml
88
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

Comments
 (0)