added test coverage report
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,6 +3,7 @@ data/
|
|||||||
*env
|
*env
|
||||||
*.code-workspace
|
*.code-workspace
|
||||||
sandbox/
|
sandbox/
|
||||||
|
htmlcov
|
||||||
.vscode/
|
.vscode/
|
||||||
*.pytest_cache/
|
*.pytest_cache/
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
attrs==22.1.0
|
attrs==22.1.0
|
||||||
beautifulsoup4==4.11.1
|
beautifulsoup4==4.11.1
|
||||||
|
coverage==6.5.0
|
||||||
greenlet==1.1.2
|
greenlet==1.1.2
|
||||||
iniconfig==1.1.1
|
iniconfig==1.1.1
|
||||||
packaging==21.3
|
packaging==21.3
|
||||||
@@ -9,6 +10,7 @@ py==1.11.0
|
|||||||
PyMySQL==1.0.2
|
PyMySQL==1.0.2
|
||||||
pyparsing==3.0.9
|
pyparsing==3.0.9
|
||||||
pytest==7.1.3
|
pytest==7.1.3
|
||||||
|
pytest-cov==4.0.0
|
||||||
python-dotenv==0.20.0
|
python-dotenv==0.20.0
|
||||||
soupsieve==2.3.2.post1
|
soupsieve==2.3.2.post1
|
||||||
SQLAlchemy==1.4.39
|
SQLAlchemy==1.4.39
|
||||||
|
|||||||
Reference in New Issue
Block a user