Lightning talk

6
TDD in Python Using unittest, nose, and nosy Caroline Simpson - @cpsimpson

Transcript of Lightning talk

TDD in PythonUsing unittest, nose, and nosy

Caroline Simpson - @cpsimpson

Write the Test First

Red

GreenRefactor

Nose

Finds and runs all your tests

Is an alternative test framework to unittest

Nosy

Layer on top of nose

Automatically runs your tests whenever you make a change

How do I get these tools?

pip install nose

pip install nosy

Links

http://pypi.python.org/pypi/nosy

http://readthedocs.org/docs/nose/en/latest/