nutankumari / django-tasks

Automatically exported from code.google.com/p/django-tasks
0 stars 0 forks source link

Failing tests #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I've set up django-tasks as described on the main page. In order to get all 
tests pass I had to do the following modifications:

1. Since not all time zone abbreviations are three letters long, I had to apply 
the attached patch.
2. I had to set the logging level to INFO in settings.py.
3. I had to set the DJANGO_SETTINGS_MODULE and PYTHONPATH environment variables 
appropriately.

Is there a way to modify the testing code so that 2. and 3. would not be 
necessary?

Original issue reported on code.google.com by akos.lad...@gmail.com on 8 Jul 2011 at 10:10

Attachments:

GoogleCodeExporter commented 8 years ago
Hi,

Is there any chance to include these changes to the svn version.
Addressing 2. and 3. would also make life much easier.

Original comment by alpar.ju...@gmail.com on 15 Jul 2011 at 3:53

GoogleCodeExporter commented 8 years ago
Hi,

the patch was applied in r48

We'll look into 2 and 3

Original comment by thomas.d...@gmail.com on 8 Aug 2011 at 10:28