Re: Create django application tests environment

2006-07-24 Thread Xie Yanbo
On 7/24/06, Alex Dong <[EMAIL PROTECTED]> wrote: > Hi Yanbo, > > Your script works amazingly well but switches between shell and python > is, sometimes, a little annoying on my windows laptop. So I'm wondering > are there any way to run the standard unittest.TestCase against the > django model's w

Create django application tests environment

2006-02-08 Thread Xie Yanbo
XP and TDD need a unittest environment. I have written a shell script to make the environment. This unittest use the `runtests.py' that django test code included. Maybe it's useful for you. Feel free to use and change it. In this unittest framework, a string named API_TESTS is needed in appname/mo