vlab-research / fly

The Fly Survey platform
Other
2 stars 3 forks source link

Make Dinersclub Providers easier to manually test #112

Open nandanrao opened 2 years ago

nandanrao commented 2 years ago

Right now it's pretty easy to unit test Dinersclub providers, but because they use external services, one really wants to do some manual testing with real accounts with the services.

Currently the only way to do "production" testing with real services is in production!

Would be nice to refactor Dinersclub and/or add a CLI so that one can easily test: given a message, it calls the provider, makes the payment, and returns a response.