Added pytest to pyproject
This commit is contained in:
parent
d66bb9c93e
commit
e508f37089
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user