da6a09ff09
Auto Bump and Release / auto-bump-and-release (push) Has been cancelled
style-check / pre-commit (push) Has been cancelled
unit-test / unit testing with python (push) Has been cancelled
unit-test / unit testing with python 3.10 (push) Has been cancelled
unit-test / unit testing with python 3.11 (push) Has been cancelled
10 lines
213 B
INI
10 lines
213 B
INI
[pytest]
|
|
minversion = 7.4.0
|
|
testpaths = tests
|
|
addopts = -ra -q
|
|
log_cli=true
|
|
log_level=WARNING
|
|
log_format = %(asctime)s %(levelname)s %(message)s
|
|
log_date_format = %Y-%m-%d %H:%M:%S
|
|
log_file = logs/pytest-logs.txt
|