Compare commits
No commits in common. "d2bdc5ed763afbf102cf526493bc89d7e979bee9" and "a2aa4e91a6fc16f273c870444d3fd34e6788c9a8" have entirely different histories.
d2bdc5ed76
...
a2aa4e91a6
2 changed files with 0 additions and 13 deletions
12
Makefile
12
Makefile
|
@ -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
1
test.sh
Executable file → Normal file
|
@ -1,4 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
|
||||||
python3 -m pytest test.py
|
python3 -m pytest test.py
|
||||||
|
|
Loading…
Reference in a new issue