home.tests.test_urls

Test cases for home app URL configuration.

Classes

HomeUrlsTests

Test cases for home app URL patterns.

Module Contents

class home.tests.test_urls.HomeUrlsTests(methodName='runTest')[source]

Bases: django.test.SimpleTestCase

Test cases for home app URL patterns.

test_index_url_resolves()[source]

Test that the index URL resolves to IndexView.

Return type:

None

test_dashboard_url_resolves()[source]

Test that the dashboard URL resolves to DashboardView.

Return type:

None

test_notification_details_url_resolves()[source]

Test that the notification details URL resolves to NotificationDetailsView.

Return type:

None

test_notification_mark_as_solved_url_resolves()[source]

Test that the mark as solved URL resolves to NotificationMarkSolvedView.

Return type:

None

test_dashboard_data_url_resolves()[source]

Test that the dashboard data URL resolves to DashboardChartsAndCountsView.

Return type:

None

test_url_names()[source]

Test that URL names are correctly set.

Return type:

None

test_app_name()[source]

Test that the app namespace is correctly set.

Return type:

None