Skip to content

Commit

Permalink
roll back unwanted fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dejima-shikou committed Sep 13, 2024
1 parent 8082eab commit 765a53f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion docker-compose-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ services:
restart: always
volumes:
- ./api/app:/app:ro
- ./api/app/alembic:/app/alembic:rw # for 'alembic revision --autogenerate'
- ./key:/key:ro
db:
image: postgres:14
Expand Down
6 changes: 1 addition & 5 deletions testapi.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
#!/bin/sh
docker compose -f docker-compose-test.yml up --build -d
#docker compose -f docker-compose-test.yml exec testapi pytest -s -vv app/tests/integrations/test_ticket_status.py
#docker compose -f docker-compose-test.yml exec testapi pytest -s -vv app/tests/requests/test_pteams.py
#docker compose -f docker-compose-test.yml exec testapi pytest -s -vv app/tests/medium/routers/test_topics.py::test_delete_topic
#docker compose -f docker-compose-test.yml exec testapi pytest -s -vv app/tests/small/test_ssvc_calculator.py
docker compose -f docker-compose-test.yml exec testapi pytest -s -vv app/tests
docker compose -f docker-compose-test.yml exec testapi pytest -vv app/tests/ # --cov --cov-branch --cov-report=term-missing --cov-config=app/tests/.coveragerc
docker compose -f docker-compose-test.yml down -v

0 comments on commit 765a53f

Please sign in to comment.