hackerhank

solving code challenges from hackerrank.com and others while practicing testing :)

  • running the tests from root folder:

pytest:

python -m pytest tests/euler001_test.py -v

unittest:

python -m unittest tests.euler001_test.py -v