fix broken files after faulty update
This commit is contained in:
12
pytest.ini
Normal file
12
pytest.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[pytest]
|
||||
# command should be *including --cov to generate coverage report
|
||||
addopts = --cov
|
||||
testpaths = tests
|
||||
python_files = test_*.py
|
||||
; Configuring pytest
|
||||
; More info: https://docs.pytest.org/en/6.2.x/customize.html
|
||||
|
||||
;Logging
|
||||
; DATE FORMAT EXAMPLE: %Y-%m-%d %H:%M:%S
|
||||
; log_cli_format = %(asctime)s %(levelname)-8s %(name)-8s %(message)s
|
||||
; log_cli_date_format = %H:%M:%S
|
||||
Reference in New Issue
Block a user