We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7cbfb commit 97c6cd6Copy full SHA for 97c6cd6
Makefile
@@ -34,7 +34,7 @@ test:
34
pytest tests/ --cov-report=
35
36
cov: deps
37
- coverage run --branch -m pytest tests/
+ coverage run -m pytest tests/
38
coverage report --show-missing -m --omit=tests/*,conftest.py
39
coverage xml
40
coverage html
docs/ModelAdmin.md
mkdocs.yml
@@ -3,4 +3,6 @@ site_url: https://github.com/Chise1/fast-tmp
3
nav:
4
- 主页: index.md
5
- 设置: setting.md
6
+ - 模块:
7
+ 'ModelAdmin': 'ModelAdmin.md'
8
theme: readthedocs
0 commit comments