language-learning-app/tests/pyproject.toml
wilson 2cae5d9445
Some checks failed
/ test (push) Has been cancelled
feat: add the 'tests' module to the project
2026-04-07 07:55:57 +01:00

11 lines
198 B
TOML

[project]
name = "language-learning-api-tests"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"pytest>=8.0.0",
"httpx>=0.28.1",
]
[tool.pytest.ini_options]
testpaths = ["."]