tests.pages package

Submodules

tests.pages.test_base_template module

tests.pages.test_base_template.test_base_logged_in()[source]
  • Validate base template display

  • ensure user with name is displayed using their name

  • pytest tests/pages/test_base_template.py::test_base_logged_in

tests.pages.test_base_template.test_base_not_logged_in()[source]
tests.pages.test_base_template.test_no_name_has_email()[source]
  • ensure user without a name is displayed using their email

  • pytest tests/pages/test_base_template.py::test_no_name_has_email

tests.pages.test_base_template_cases module

class tests.pages.test_base_template_cases.BaseLayoutTestCase(methodName='runTest')[source]

Bases: TestCase

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_base_layout_not_logged_in()[source]
test_base_logged_in()[source]

Module contents