pygorithms
Algorithms & data structures with full definitions of ADTs and tests using py.test
Steps to run tests:
-
create/use virtualenv (e.g. assuming virtualenvwrapper)
- mkvirtualenv pygorithms
-
ensure pytest is installed
- pip install pytest
-
run tests
- py.test