Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 826 Bytes

File metadata and controls

29 lines (18 loc) · 826 Bytes

Collections and loops practice

This project consists of small assignment functions to work in groups and practice collections and loops. Please refer to each assignment directory for details.

How to run tests

Run tests for just one assignment

$ py.test -v --tb=short create_box

image

Run tests matching a given name

$ py.test -v --tb=short list_of_prime_numbers/ -k test_big_number_prime_false

image

Testing Python versions with TOX

$ tox -epy27

image