Yeah, that'll work. django-discover-runner is less invasive, IMO, though, and works really nicely with standard Django testing setups or more-package-oriented ones.
sure. discover-runner is still more convenient than the default one. from what I read on django-dev, 1.6 will probably switch to unittest2 which has a better discovery, not sure about the details though since I switched to nose.
Thanks for making these, Ken. I just did the first one yesterday, and it's been great so far. I especially appreciate the full transcript / notes for the videos.
personally I use nose wrapped in django-jenkins and so far happy with it
my test conf is
and run it the pep8-ignore is because it somehow doesn't respect the .pep8fixture-bundling is a nice feature that speeds up the process