53 lines
1.3 KiB
TOML
53 lines
1.3 KiB
TOML
[project]
|
|
name = "gztel-wifi-e2e"
|
|
version = "0.3.1"
|
|
description = "广州电信WIFI测试-e2e"
|
|
readme = "README.md"
|
|
authors = [{ name = "liumin", email = "liumin@glrocy.com" }]
|
|
requires-python = "==3.12.6"
|
|
|
|
dependencies = [
|
|
"glrocky-sdk",
|
|
"pyyaml>=6.0.3",
|
|
"uvicorn>=0.34.2",
|
|
]
|
|
|
|
[tool.pytest.ini_options]
|
|
minversion = "8.3.5"
|
|
#addopts = "--no-summary --no-header -rfEX --strict-markers --capture=tee-sys "
|
|
addopts = "--capture=tee-sys "
|
|
testpaths = ["scenarios"]
|
|
python_files = "tc_*.py"
|
|
markers = []
|
|
|
|
[tool.pyright]
|
|
venv = ".venv"
|
|
venvPath = "."
|
|
reportMissingTypeStubs = false
|
|
reportUnknownMemberType = false
|
|
[tool.uv.sources]
|
|
#glrocky-sdk = { path = "../../packages/glrocky-sdk" }
|
|
glrocky-sdk = { path = "./glrocky_sdk-0.6.1-py3-none-any.whl" }
|
|
|
|
[[tool.uv.index]]
|
|
url = "https://mirrors.aliyun.com/pypi/simple/"
|
|
default = true
|
|
|
|
[tool.glrocky]
|
|
remote_url = "https://gitea.glrocky.cn/scripts/gztel-wifi-e2e.git"
|
|
branch = "master"
|
|
uuid = "e6719cc7-d1be-4079-af0f-d8e9ee588745"
|
|
|
|
[tool.glrocky.tags]
|
|
osName = "Windows"
|
|
|
|
[tool.glrocky.commands]
|
|
generateSchema = "uv run --reinstall-package glrocky-sdk pytest --co --generate-schema --continue-on-collection-errors"
|
|
startTest = "uv run pytest"
|
|
|
|
[tool.glrocky.requirements]
|
|
devices = []
|
|
|
|
[dependency-groups]
|
|
dev = ["ruff>=0.12.2"]
|