Closed kestred closed 5 years ago
Stripe uses the https://github.com/stripe/stripe-mock server to test their open source client library. We should setup our tests to do the same.
See examples:
The stripe-mock test harness was set up in https://github.com/wyyerd/stripe-rs/pull/57 (although there a quite a few tests to be written)
stripe-mock
Stripe uses the https://github.com/stripe/stripe-mock server to test their open source client library. We should setup our tests to do the same.
See examples: