django_webapps_fullstack.test.test_account_login

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

Classes

test_account_login([methodName])

Class for the test cases of the django template "login".

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

Bases: TestCase

Class for the test cases of the django template “login”. Test if a login of the account is successful If successful, the “dashboard” template should be shown afterwards.

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 “login”