Skip to content

Commit cd532de

Browse files
committed
feat(booking): ok booking test
1 parent e218113 commit cd532de

File tree

3 files changed

+493
-460
lines changed

3 files changed

+493
-460
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ install-test:
4040

4141
.PHONY: test
4242
test:
43-
pytest -s --showprogress -vv tests/
43+
pytest -s --showprogress -vv tests/test_api.py
44+
45+
.PHONY: test-booking
46+
test-booking:
47+
pytest -s --showprogress -vv tests/test_booking.py
4448

4549
.PHONY: all
4650
all: v1alpha1

0 commit comments

Comments
 (0)