Spaces:
Sleeping
Sleeping
File size: 236 Bytes
472e1d4 |
1 2 3 4 5 6 7 8 9 |
[pytest]
# Only run tests in the pytest_tests directory
testpaths = tests/pytest_tests
python_files = test_*.py
log_cli = true
log_cli_level = INFO
log_cli_format = %(asctime)s [%(levelname)s] %(message)s
log_cli_date_format = %H:%M:%S
|