Hi, i have an issue with the standard test runner of django. If i try to run the testsuite of an app everything gets executed in the right fashion. While all executed tests pass without errors, the test method "test_string_regex" is not evaluated! If i rename the method to any athor name like "test_string_regex2", "test_string__regex" or "test__string_regex" it is discovered by the test suite. I also can execute the single test with the "python manage.py test applabel.TestCaseName.test_string_regex".
This seams very scary to me. Is this a bug in the django testrunner? Gregor --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---