Skip to content

wwcodekl/itp-w2-collections-and-loops-practice

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%