Skip to content

the-kwak/itp-w1-strings-control-flow-practice

 
 

Repository files navigation

Strings and Control Flow practice

This project consists of small assignment functions to work in groups and practice control flow and strings methods. It'll also be useful to introduce you to our Github workflow.

How to run tests

Run tests for just one assignment

$ py.test -v --tb=short group_project/assignment_1.py

image

Run tests matching a given name

$ py.test -v --tb=short group_project/assignment_1.py -k odd

image

Run all the tests

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

# OR

$ make test

Testing Python versions with TOX

$ tox -epy27

image

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.6%
  • Makefile 4.4%