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