[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: python-django build weirdness



On 24 September 2013 15:40, Chow Loong Jin <hyperair@debian.org> wrote:
grepping for johndoe shows one match in
tests/regressiontests/utils/simplelazyobject.py, where the test case creates a
johndoe user.

I suspect the error comes from using unittest.TestCase instead of
django.test.TestCase. The latter does some cleanup and reinitialization after
each testcase, which is necessary, but isn't happening here. Fixing the import
line should do the trick.

Guess I should file a bug report against python-django then... 
--
Brian May <brian@microcomaustralia.com.au>

Reply to: