Merge feat/21-move-tests: Move tests to repository root

This commit is contained in:
2026-02-03 18:08:58 -05:00
6 changed files with 1 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
[pytest]
testpaths = src/gitea_mcp_remote/tests
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*