Implemented unit tests for currency exchange functions
- Installed
pytest
and added it to therequirements.txt
- Wrote unit tests for currency exchange functions and saved the tests under the
tests
directory - Added
pytest.ini
file. This file basically tellspytest
to search for tests in the testsdirectory
- Small fixes for
To run the tests simply call > pytest
(don't forget to update pip).