On 7/24/06, Xie Yanbo <[EMAIL PROTECTED]> wrote:
In fact I wish django release a good built-in test framework likezope3/twisted/etc. Using nose[1] to manage django's tests looks likepretty good. At that moment, we can writing tests file in individual directory
`tests` and run command `nosetests' in
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
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
3 matches
Mail list logo