Skip to content

vekerdyb/tdd-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The project uses python3, but should work with python2 as well.

Setup

Using pyvenv:

pyvenv venv
. venv/bin/activate
pip install -r requirements.txt

or using virtualenv:

virtualenv venv
. venv/bin/activate
pip install -r requirements.txt

Running tests:

unit2

More on unittest2

Docs: https://pypi.python.org/pypi/unittest2

About

Example of Test Driven Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages