This commit is contained in:
2026-04-21 10:15:17 +03:00
parent 19f82768e4
commit ee8928fa5f
13 changed files with 1472 additions and 1 deletions

View File

@@ -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