1 Star 0 Fork 601

华不得 / Archery

forked from 小圈圈 / Archery 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
pyproject.toml 554 Bytes
Copy Edit Raw Blame History
[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/huxiangquan/Archery.git
git@gitee.com:huxiangquan/Archery.git
huxiangquan
Archery
Archery
master

Search