App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Classes | Variables
google.appengine._internal.django.conf.app_template.tests Namespace Reference

Classes

class  SimpleTest
 

Variables

dictionary __test__ = {"doctest": """Another way to test that 1 + 1 is equal to 2.>>> 1 + 1 == 2True"""}
 

Detailed Description

This file demonstrates two different styles of tests (one doctest and one
unittest). These will both pass when you run "manage.py test".

Replace these with more appropriate tests for your application.