last updates

This commit is contained in:
2025-10-20 21:05:31 +02:00
parent 8d28600318
commit ac52d6eec5
6 changed files with 65 additions and 27 deletions

6
pytest.ini Normal file
View File

@@ -0,0 +1,6 @@
[pytest]
# Show logs during test runs (not only on failures)
log_cli = true
log_cli_level = INFO
log_format = %(asctime)s %(levelname)s %(name)s - %(message)s
log_date_format = %H:%M:%S