use uv to run test, more fixes

This commit is contained in:
2026-07-07 23:43:48 +08:00
parent f7d6a51220
commit 268483577e
16 changed files with 705 additions and 127 deletions

View File

@@ -1,3 +1,9 @@
[project]
name = "gammaray-mcp-tests"
version = "0.1.0"
requires-python = ">=3.10"
dependencies = ["pytest>=8.0"]
[tool.pytest.ini_options]
testpaths = ["tests"]
python_files = ["test_*.py"]