pip install pytest-cov

This commit is contained in:
ekzyis 2021-09-24 21:47:33 +02:00
parent c2fefc4362
commit a3d440ad75
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
venv venv
__pycache__ __pycache__
.env .env
.coverage

View File

@ -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