Re: django_nose failing to discover tests

2013-01-03 Thread eculver
I think the trick is in the name of the module and/or test case. I can't remember exactly how django-nose modifies test discovery but here's what nose does alone: https://nose.readthedocs.org/en/latest/finding_tests.html Try renaming the test class to something that begins with "Test" -- so

django_nose failing to discover tests

2012-12-31 Thread Joe Legner
I am trying to get django_nose to discover tests in my project. I watched this video which seems to indicate that my project/app/tests/__init__.py should be able to be empty (not contain a bunch of import * statements): http://pyvideo.org/video/1406/djangos-nasal-passage The goal is to have