diff --git a/pyproject.toml b/pyproject.toml index 2d4d254..44c6e6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]