TalkToData / pytest.ini
Nam Fam
add files
472e1d4
raw
history blame contribute delete
236 Bytes
[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