aws-serverless-airline-booking icon indicating copy to clipboard operation
aws-serverless-airline-booking copied to clipboard

[Booking] Create integ tests

Open heitorlessa opened this issue 6 years ago • 0 comments

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.

heitorlessa avatar Aug 26 '19 09:08 heitorlessa