sparkplug / momoapi-python

MTN MoMo API Client Library for Python
MIT License
47 stars 55 forks source link

Add Unit Testing #4

Closed raybesiga closed 5 years ago

raybesiga commented 5 years ago

Problem

Most of the code currently in master is not tested. This means it will be hard to detect when this library starts to fail.

Solution

To ensure that the library behaves as expected, we need to add tests.

Tasks