12 lines
198 B
TOML
12 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 = ["."]
|