pip install pytest-cov
This commit is contained in:
parent
c2fefc4362
commit
a3d440ad75
|
@ -1,3 +1,4 @@
|
||||||
venv
|
venv
|
||||||
__pycache__
|
__pycache__
|
||||||
.env
|
.env
|
||||||
|
.coverage
|
||||||
|
|
|
@ -5,6 +5,7 @@ attrs==21.2.0
|
||||||
autopep8==1.5.7
|
autopep8==1.5.7
|
||||||
cffi==1.14.6
|
cffi==1.14.6
|
||||||
chardet==4.0.0
|
chardet==4.0.0
|
||||||
|
coverage==5.5
|
||||||
discord==1.7.3
|
discord==1.7.3
|
||||||
discord.py==1.7.3
|
discord.py==1.7.3
|
||||||
idna==3.2
|
idna==3.2
|
||||||
|
@ -23,6 +24,7 @@ pylint==2.11.1
|
||||||
PyNaCl==1.4.0
|
PyNaCl==1.4.0
|
||||||
pyparsing==2.4.7
|
pyparsing==2.4.7
|
||||||
pytest==6.2.5
|
pytest==6.2.5
|
||||||
|
pytest-cov==2.12.1
|
||||||
python-dotenv==0.19.0
|
python-dotenv==0.19.0
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
toml==0.10.2
|
toml==0.10.2
|
||||||
|
|
Loading…
Reference in New Issue