[AUR-361] Setup pre-commit, pytest, GitHub actions, ssh-secret (#3)
Co-authored-by: trducng <trungduc1992@gmail.com>
This commit is contained in:
9
pytest.ini
Normal file
9
pytest.ini
Normal file
@@ -0,0 +1,9 @@
|
||||
[pytest]
|
||||
minversion = 7.4.0
|
||||
testpaths = tests
|
||||
addopts = -ra -q
|
||||
log_cli=true
|
||||
log_level=DEBUG
|
||||
log_format = %(asctime)s %(levelname)s %(message)s
|
||||
log_date_format = %Y-%m-%d %H:%M:%S
|
||||
log_file = logs/pytest-logs.txt
|
Reference in New Issue
Block a user