![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | test_no_params |
def | test_login |
def | test_logout |
def | test_passive |
Tests the various ways of invoking the login page.
def google.appengine.tools.devappserver2.login_test.LoginPageTest.test_login | ( | self | ) |
Tests when setting the user info with and without continue URL.
def google.appengine.tools.devappserver2.login_test.LoginPageTest.test_logout | ( | self | ) |
Tests when logging out with and without continue URL.
def google.appengine.tools.devappserver2.login_test.LoginPageTest.test_no_params | ( | self | ) |
Tests just accessing the login URL with no params.
def google.appengine.tools.devappserver2.login_test.LoginPageTest.test_passive | ( | self | ) |
Tests when the user is already logged in.