Added pytest to pyproject

This commit is contained in:
Profitroll 2023-08-06 02:07:07 +02:00
parent d66bb9c93e
commit e508f37089
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2

View File

@ -52,3 +52,9 @@ target-version = ['py38', 'py39', 'py310', 'py311']
[tool.isort]
profile = "black"
[tool.pytest.ini_options]
minversion = "6.0"
python_files = ["test_*.py"]
pythonpath = "."
testpaths = ["tests"]