mirror of
https://github.com/nikdoof/pydantic_spaceapi.git
synced 2025-12-13 22:42:18 +00:00
Add basic tests framework
This commit is contained in:
@@ -12,8 +12,20 @@ packages = [{include = "pydantic_spaceapi"}]
|
||||
python = "^3.10"
|
||||
poetry = "^1.7.1"
|
||||
pydantic-extra-types = "^2.8.2"
|
||||
|
||||
[tool.poetry.group.test]
|
||||
optional = true
|
||||
|
||||
[tool.poetry.group.test.dependencies]
|
||||
pytest = "^8.0.0"
|
||||
ruff = "^0.5.1"
|
||||
|
||||
[tool.poetry.group.github]
|
||||
optional = true
|
||||
|
||||
[tool.poetry.group.github.dependencies]
|
||||
pytest-github-actions-annotate-failures = "^0.2.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
Reference in New Issue
Block a user