Stage 5
This commit is contained in:
4
Makefile
4
Makefile
@@ -150,6 +150,10 @@ test-booking: ## Запустить тесты бронирований
|
||||
@chmod +x test/scripts/test_booking_api.sh
|
||||
@./test/scripts/test_booking_api.sh
|
||||
|
||||
test-reviews: ## Запустить тесты отзывов
|
||||
@chmod +x test/scripts/test_reviews_api.sh
|
||||
@./test/scripts/test_reviews_api.sh
|
||||
|
||||
test-all: eunit ## Запустить ВСЕ тесты (EUnit + API)
|
||||
@sleep 1
|
||||
make test-api
|
||||
|
||||
Reference in New Issue
Block a user