How can I create models which only required during tests in Django 1.7c1?

2014-07-16 Thread Alisue Lambda
Hi all. Well today I tried Django 1.7c1 with my program and found that the previous testing strategy seems not work. I have several models which only required during tests. Before Django 1.7, I could create these kind of temporary models by defining these in `app/tests/models.py` with `app_la

Re: How can I create models which only required during tests in Django 1.7c1?

2014-08-31 Thread Alisue Lambda
> Alex Well as Yo-Yo Ma said, sometime the tests stand for testing django's inner working thus the real models are required. > Yo-Yo Ma I haven't tried but thanks for the solution :-) On Wednesday, July 16, 2014 11:17:56 PM UTC+9, Alisue Lambda wrote: > > Hi all. > &g