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

with coverage

parent d6f3a94f
Branches
Tags
No related merge requests found
Pipeline #69448 passed
...@@ -2,5 +2,5 @@ default: ...@@ -2,5 +2,5 @@ default:
image: python:3-slim image: python:3-slim
test: test:
script: script:
- pip install -r requirements.txt - pip install -r testing_requirements.txt
- pytest - nosetests --with-coverage --cover-package=apiserver
\ No newline at end of file
fastapi==0.63.0 fastapi==0.63.0
pytest==6.2.4
requests==2.25.1 requests==2.25.1
uvicorn==0.13.4 uvicorn==0.13.4
python-dotenv==0.17.1 python-dotenv==0.17.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