I'm trying to learn unit test and have a unit test for a model in test.py
and have a test set up to fail.
When I run manage.py test it returns that all tests are OK.
If I run manage.py test <module> it returns OK.
If I run manage.py test <module>.<unittest> it returns OK.
If I run manage.py test <module>.<unittest>.<test> if Fails.
What gives. Am I missing something as far as unittests are concerned? It
should Fail every time or it's not much of a test.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to