Innopolis University DevOps Playground
Skip to content

Implemented unit tests for currency exchange functions

  • Installed pytest and added it to the requirements.txt
  • Wrote unit tests for currency exchange functions and saved the tests under the tests directory
  • Added pytest.ini file. This file basically tells pytest to search for tests in the tests directory
  • Small fixes for

To run the tests simply call > pytest (don't forget to update pip).

Merge request reports