Spaces:
Paused
Paused
File size: 213 Bytes
2e1d3df | 1 2 3 4 5 6 7 8 9 10 | [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
|