chore(test): move pytest defaults to pyproject.toml

Made-with: Cursor
This commit is contained in:
2026-04-12 02:39:39 +12:00
parent e5f42e099e
commit 668d29b786
2 changed files with 3 additions and 4 deletions

3
pyproject.toml Normal file
View File

@@ -0,0 +1,3 @@
[tool.pytest.ini_options]
testpaths = ["tests"]
python_files = ["test_endpoints_pytest.py"]

View File

@@ -1,4 +0,0 @@
[pytest]
testpaths = tests
python_files = test_endpoints_pytest.py