management.tests.test_views.test_help_support

Test suite for help_support views.

Classes

HelpViewTest

Test suite for HelpView.

Module Contents

class management.tests.test_views.test_help_support.HelpViewTest(methodName='runTest')[source]

Bases: django.test.TestCase

Test suite for HelpView.

setUp()[source]

Set up test fixtures.

test_template_name()[source]

Test that the correct template is used.

test_get_context_data_adds_page_category()[source]

Test get_context_data adds page_category to context.

test_get_context_data_adds_page_name()[source]

Test get_context_data adds page_name to context.

test_get_context_data_preserves_parent_context()[source]

Test get_context_data preserves context from parent class.

test_get_context_data_with_kwargs()[source]

Test get_context_data works with various kwargs.

test_get_context_data_returns_dict()[source]

Test get_context_data returns a dictionary.

test_help_view_inherits_from_template_view()[source]

Test HelpView is a TemplateView.