1 Star 0 Fork 596

萤火虫 / Archery

forked from 小圈圈 / 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/lbxz/Archery.git
git@gitee.com:lbxz/Archery.git
lbxz
Archery
Archery
master

搜索帮助