251 Star 1.7K Fork 593

GVP小圈圈 / Archery

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pyproject.toml 554 Bytes
一键复制 编辑 原始数据 按行查看 历史
[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "archery.settings"
python_files = "tests.py test_*.py *_tests.py"
[tool.coverage.run]
source = [
"."
]
omit = [
# omit anything in a .local directory anywhere
"src*",
# omit everything in /usr
"downloads*",
# omit this single file
"sql/migrations/*",
"venv*"
]
[tool.coverage.report]
omit = [
# omit anything in a .local directory anywhere
"src*",
# omit everything in /usr
"downloads*",
# omit this single file
"sql/migrations/*",
"venv*"
]
Python
1
https://gitee.com/rtttte/Archery.git
git@gitee.com:rtttte/Archery.git
rtttte
Archery
Archery
master

搜索帮助