On 22/08/2013 12:12am, Rasjid Wilcox wrote:
Hi all,

To date I've mostly used Nose for my unit testing, but was just wanting
to canvas views on what the current state of the art in Python testing
is, and if I should be looking at something else.

I'm just using unittest because it is how I started and it ain't broke. Most of my testing is in Django. I want to get coverage.py working but so far without any success. I've tried both django-coverage and discoverage but they blew up on me by testing everything in sight! For the time being I've given up and am sticking with unittest.

I will say, switching from postgres to sqlite3 for the tests has halved the time taken with only a tiny tweak to account for one slightly differently worded database error.

Mike


Cheers,

Rasjid.

_______________________________________________
melbourne-pug mailing list
melbourne-pug@python.org
http://mail.python.org/mailman/listinfo/melbourne-pug


_______________________________________________
melbourne-pug mailing list
melbourne-pug@python.org
http://mail.python.org/mailman/listinfo/melbourne-pug

Reply via email to