[Tests] Adds config for pytest in setup.cfg

This commit is contained in:
Valéry Febvre 2023-04-27 09:34:00 +02:00
parent 940cbbd6a0
commit 3c443cbdcc
1 changed files with 4 additions and 0 deletions

View File

@ -9,3 +9,7 @@ max_line_length = 140
[flake8]
ignore = E402,E501,W503,W504
max-line-length = 140
[tool:pytest]
log_cli = 1
log_cli_level = INFO