docker compose exec web pytest -v
docker compose exec web pytest -v --reuse-db
docker compose exec web pytest -v --reuse-db --create-db
docker compose exec web pytest -v --cov
docker compose exec web pytest -v --cov --cov-report=html
docker compose exec web pytest apps/listings/tests.py -v
docker compose exec web pytest apps/listings/tests.py -m edit_listing -v
docker compose exec web pytest apps/listings/tests.py -v -k "edit" -s
docker compose exec web pytest apps/listings/tests.py -v -k "edit" --cov=apps.listings
docker compose exec web pytest apps/listings/tests.py -v -k "TestOrders"
ssh-keygen -t ed25519 -C "[email protected]" -f $(pwd)/deployment/id_ed25519