pedroinc / hackerhank

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 100.0%