home.tests.test_integrationΒΆ
Integration tests for home app views.
AttributesΒΆ
ClassesΒΆ
Integration tests for Dashboard view. |
|
Integration tests for Dashboard Charts and Counts API. |
|
Integration tests for Index view. |
Module ContentsΒΆ
- class home.tests.test_integration.DashboardIntegrationTests(methodName='runTest')[source]ΒΆ
Bases:
django.test.TestCaseIntegration tests for Dashboard view.
- class home.tests.test_integration.DashboardChartsDataIntegrationTests(methodName='runTest')[source]ΒΆ
Bases:
django.test.TestCaseIntegration tests for Dashboard Charts and Counts API.
- test_dashboard_data_returns_json()[source]ΒΆ
Test that dashboard data endpoint returns JSON.
- Return type:
None
- test_dashboard_data_with_start_date()[source]ΒΆ
Test dashboard data with start_date parameter.
- Return type:
None