Build Image and Run Container
docker-compose up
Stop and delete container
docker-compose down
Activate virtual environment
source venv/Scripts/activate
Run Test without coverage
pytest
Run Test with coverage and html coverage
pytest --cov=app --cov-report=html
Run Test with coverage and cmd coverage
pytest --cov=app --cov-report=html
Deactivate virtual environment
deactivate
Swagger Annotation öffnen http://localhost:8000/docs