Re: Altering Settings in Tests leads to strange behaviour

2009-08-25 Thread Karen Tracey
jOn Tue, Aug 25, 2009 at 12:30 AM, Fergus wrote: > > Running Django 1.1, and I get funny results in testing which indicate > ordering. > > Two applications: A and B. > > A requires that you set settings.A_SETTING in your project's > settings.py, which refers to an

Altering Settings in Tests leads to strange behaviour

2009-08-24 Thread Fergus
Running Django 1.1, and I get funny results in testing which indicate ordering. Two applications: A and B. A requires that you set settings.A_SETTING in your project's settings.py, which refers to an interface. It has a test case that modifies A_SETTING from its normal, default value in order