vote up 5 vote down star
2

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.

flag

50% accept rate

2 Answers

vote up 8 vote down

This article about Django Testing should be a good starting point.

link|flag
+1: Django's unit test framework rules. – S.Lott Jan 5 at 11:10
vote up 1 vote down

I recommend funkload for load testing web applications. It doesn't have anything particular to Django, but the tests are written very much like Python unit tests, so you'll feel right at home.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.