1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

Added configuration for tests

This commit is contained in:
A_D 2020-11-23 08:17:56 +02:00 committed by Athanasius
parent 9c3de53a3b
commit dcd142af15

View File

@ -4,3 +4,9 @@ max_line_length = 120
[tool.isort]
multi_line_output = 5
line_length = 119
[tool.pytest.ini_options]
testpaths = ["tests"] # Search for tests in tests/
[tool.coverage.run]
omit = ["venv/*"] # when running pytest --cov, dont report coverage in venv directories