Commit 546a0989 authored by BOHMRR's avatar BOHMRR
Browse files

added pytest.ini

parent 107bd4a4
Loading
Loading
Loading
Loading

pytest.ini

0 → 100644
+7 −0
Original line number Diff line number Diff line
# pytest.ini
# note: per convention, this file is placed in the root directory of the repository
[pytest]
addopts = -ra --tb=short --basetemp=./tmp -v
log_file_level = DEBUG
log_format = %(asctime)s %(levelname)s %(message)s
log_date_format = %Y-%m-%d %H:%M:%S