This commit is contained in:
tanuki tanuki
2025-11-10 10:35:26 -05:00
parent 56a51c9eeb
commit cc2cbdc025
8 changed files with 521 additions and 0 deletions

9
pytest.ini Normal file
View File

@@ -0,0 +1,9 @@
[pytest]
minversion = 8.4.2
addopts = -ra
testpaths =
tests
log_cli = 1
log_cli_level = DEBUG
log_cli_date_format = %Y-%m-%d %H:%M:%S
log_cli_format = %(asctime)s %(levelname)s %(message)s