django_webapps_fullstack.test.test_account_password_change

test program for the django template “password_change” based on the “unittest” and “selenium” functionality

Classes

test_account_password_change([methodName])

Class for the test cases of the django template "password_change"

class django_webapps_fullstack.test.test_account_password_change.test_account_password_change(methodName='runTest')[source]

Bases: TestCase

Class for the test cases of the django template “password_change”

setUp()[source]

Hook method for setting up the test fixture before exercising it.

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

test_cases()[source]

test cases for the template “password_change”