I have a rather busy schedule tonight, but I was tasked with solving
"the TDD problem: how?" at my company, and feel pretty confident with a
variety of python testing frameworks. Currently we use nose plugins in
combination with the standard unittest module, and I personally have
been playing with lettuce for a side project.
If folks are interested, I could prepare something for next time.
--
- nathan dotz
================================================
http://sleepynate.com | http://three.sentenc.es/
The actual packages we'll be using are
nose (for classic unittesting) --
http://www.somethingaboutorange.com/mrl/projects/nose/1.0.0/index.html
and
lettuce (for cucumber-style BDD and spec-testing) -- http://lettuce.it
but again, so long as you have one of the python package managers
available and know how to deal with the python path on your system,
you'll be good to go.
--
I won't make it tonight (late Memorial Day wknd caught me off guard I guess) but hope to make it in July. Unit testing topic sounds great to me!!
-Nancy