django-nose
django-nose copied to clipboard
0 tests run in Django 1.4 project layout
In upvote as of b58c12ce3a14305d7dcbafd7ea4db4c2d864acd7, these run 0 tests:
t upvote.api
t upvote.api.tests
But this works:
t upvote.api.tests.test_verification:VerifierTests.test_find_one_one
This could well be a problem for anybody using the new Django 1.4 project layout.
You have to add --traverse-namespace, and I don't like it.
I'm getting this error: ./manage.py: error: no such option: --traverse-namespace
Is this still an issue with django-nose 1.4 and a current Django?