Tag Archives: testing

PyCon Australia 2012: Sunday

I wrote about the Saturday of PyCon Australia a few weeks ago. To round it off, here’s my highlights from the Sunday. Benno Rice (of bellowtheline fame) gave a brilliant talk on Behave, a cute behaviour driven development framework for … Continue reading

Posted in midlength | Tagged , , , , , , | Comments Off on PyCon Australia 2012: Sunday

That Test Framework

A few weeks ago I dreamt about a unit testing framework for Python.  Well, I’ve put together a proof-of-concept prototype.  What you can do with it: Set up tests and nested test suites Provide per-suite or per-test setup and teardown … Continue reading

Posted in short | Tagged , , , | Comments Off on That Test Framework

Python Unit Testing

I’ve had to write and maintain Python unit tests both for work and for Trosnoth.  I’ve played around with py.test and nose, and have done a tiny bit with trial (for twisted).  As a result I’ve come up with the … Continue reading

Posted in midlength | Tagged , , , , | Comments Off on Python Unit Testing