This website works better with JavaScript.
Home
Help
Sign In
ryanreed
/
cookiecutter-python-template
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
Adding pytest-cov for use
main
Ryan Reed
2 years ago
parent
d081027d60
commit
2471b42f14
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
{{cookiecutter.package_name}}/pyproject.toml
+ 1
- 0
{{cookiecutter.package_name}}/pyproject.toml
View File
@ -16,6 +16,7 @@ black = "==22.6"
flake8
=
"==3.8.4"
pre
-
commit
=
"*"
pytest
=
"*"
pytest
-
cov
=
"*"
pytest
-
sugar
=
"*"
sphinx
=
"*"
sphinx
-
autobuild
=
"*"
Write
Preview
Loading…
Cancel
Save