aws-serverless-airline-booking
aws-serverless-airline-booking copied to clipboard
[Booking] Create integ tests
Booking is currently written in Python, and needs integ testing for the following functions:
- [ ] cancel-booking
- [ ] confirm-booking
- [ ] notify-booking
- [ ] reserve-booking
Note: As Payment is also written in Python we may use pytest autouse fixtures for retrieving credentials to test against real resources.