Compare commits

..

No commits in common. "d2bdc5ed763afbf102cf526493bc89d7e979bee9" and "a2aa4e91a6fc16f273c870444d3fd34e6788c9a8" have entirely different histories.

2 changed files with 0 additions and 13 deletions

View file

@ -1,12 +0,0 @@
server:
docker compose up
test:
docker compose up -d
docker cp test_cases entities_validation_svc-entities_validation_service-1:test_cases
docker exec entities_validation_svc-entities_validation_service-1 ./test.sh
docker compose down
clean:
docker compose down
docker image rm entities_validation_svc-entities_validation_service

1
test.sh Executable file → Normal file
View file

@ -1,4 +1,3 @@
#!/bin/sh
python3 -m pytest test.py