diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..8a9d1ae --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[tool.pytest.ini_options] +testpaths = ["tests"] +python_files = ["test_endpoints_pytest.py"] diff --git a/pytest.ini b/pytest.ini deleted file mode 100644 index 2aa9692..0000000 --- a/pytest.ini +++ /dev/null @@ -1,4 +0,0 @@ -[pytest] -testpaths = tests -python_files = test_endpoints_pytest.py -