Add unit tests to test different features of BENJI.
Some may require mocking data(if they are talking to external APIS)
Resources to get started with testing in Python:
- https://jeffknupp.com/blog/2013/12/09/improve-your-python-understanding-unit-testing/
- https://www.geeksforgeeks.org/unit-testing-python-unittest/
Add unit tests to test different features of BENJI.
Some may require mocking data(if they are talking to external APIS)
Resources to get started with testing in Python: