Re: Django test suite does not discover test method "test_string_regex"

2009-08-28 Thread Gregor Müllegger
I discovered that it gets not execute by looking at the coverage statistics. But you're totally right. I had a second method that is called the same. Very embarrassing for me. Sorry. Gregor 2009/8/28 Karen Tracey : > On Thu, Aug 27, 2009 at 2:21 PM, Gregor Müllegger > wrote: >> >> Hi, >> >> i

Re: Django test suite does not discover test method "test_string_regex"

2009-08-27 Thread Karen Tracey
On Thu, Aug 27, 2009 at 2:21 PM, Gregor Müllegger wrote: > > 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_rege

Django test suite does not discover test method "test_string_regex"

2009-08-27 Thread Gregor Müllegger
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 "te