I have been searching this group for testing (unit testing mostly)
Python GAE webapp, and the threads about testing (Pyhon) is mostly
more than a year ago. They don't contains much discussion or material
as well.

As a comparison to Django (not in GAE), the framework provides a nice
testing framework for things such as, clearing database for each test,
installing fixtures, checking for response context variables, a "test
client", etc.

Is there such "tools" for Python GAE webapp? Are you using bare
unittest with webtest? Are you using windmill?

How are you testing your Python GAE webapp now? What is the best
practices?

Thanks.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to