First, make sure you are in an environment that has Bash and Python 3. Then, run:
./dev.sh
To run all unit tests, run python3 -m unittest discover tests from the src/ directory.
To run a specifc unit test, run python3 -m unittest tests.test_utils_cents from the src/ directory.