wyyerd / stripe-rs

Rust API bindings for the Stripe HTTP API.
Apache License 2.0
224 stars 88 forks source link

Setup outbound test suite using Stripe Mock #18

Closed kestred closed 5 years ago

kestred commented 6 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:

kestred commented 5 years ago

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)