django-nose icon indicating copy to clipboard operation
django-nose copied to clipboard

0 tests run in Django 1.4 project layout

Open erikrose opened this issue 13 years ago • 3 comments

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.

erikrose avatar Aug 31 '12 22:08 erikrose

You have to add --traverse-namespace, and I don't like it.

erikrose avatar Sep 07 '12 17:09 erikrose

I'm getting this error: ./manage.py: error: no such option: --traverse-namespace

duduklein avatar Dec 10 '12 09:12 duduklein

Is this still an issue with django-nose 1.4 and a current Django?

jwhitlock avatar Jul 03 '15 03:07 jwhitlock