mollie / mollie-api-python

Mollie API client for Python
http://www.mollie.com
BSD 2-Clause "Simplified" License
113 stars 55 forks source link

Add tests for example code #242

Open whyscream opened 3 years ago

whyscream commented 3 years ago

The code in examples/ is currently untested: we assume that it works but this needs to be verified by hand after major changes, which is a hassle. It is possible to write some tests that start the application, configure it with test credentials and perform some actual payments against the actual Mollie API after each code change.