This project consists of small assignment functions to work in groups and practice collections and loops. Please refer to each assignment directory for details.
Run tests for just one assignment
$ py.test -v --tb=short create_box
Run tests matching a given name
$ py.test -v --tb=short list_of_prime_numbers/ -k test_big_number_prime_false
Testing Python versions with TOX
$ tox -epy27