Skip to content
Snippets Groups Projects
Commit a75de794 authored by Jedrzej Rybicki's avatar Jedrzej Rybicki
Browse files

with coverage

parent d6f3a94f
Branches
Tags v0.4.0
No related merge requests found
Pipeline #69448 passed
......@@ -2,5 +2,5 @@ default:
image: python:3-slim
test:
script:
- pip install -r requirements.txt
- pytest
\ No newline at end of file
- pip install -r testing_requirements.txt
- nosetests --with-coverage --cover-package=apiserver
fastapi==0.63.0
pytest==6.2.4
requests==2.25.1
uvicorn==0.13.4
python-dotenv==0.17.1
python-multipart==0.0.5
python-jose[cryptography]==3.2.0
passlib[bcrypt]==1.7.4
jinja2==3.0.1
\ No newline at end of file
jinja2==3.0.1
fastapi==0.63.0
pytest==6.2.4
requests==2.25.1
uvicorn==0.13.4
python-dotenv==0.17.1
python-multipart==0.0.5
python-jose[cryptography]==3.2.0
passlib[bcrypt]==1.7.4
jinja2==3.0.1
coverage==5.5
nose==1.3.7
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment