Testing tools for Django Project

Posted by Bharath on Stack Overflow See other posts from Stack Overflow or by Bharath
Published on 2009-01-05T10:06:08Z Indexed on 2010/03/27 16:43 UTC
Read the original article Hit count: 395

Filed under:
|
|

Can anyone please suggest me some good testing tools for a django project? I need to test the different use case scenarios, unit testing, as well as load testing for my project. Is there any good standard testing suite available?? Any other suggestion(s) for the testing process is greatly appreciated. I use Django, postgresql on Ubuntu server if this information is necessary.

© Stack Overflow or respective owner

Related posts about django

Related posts about unit-testing