ApiTest

Qualified name: intranet.apps.polls.tests.ApiTest

class intranet.apps.polls.tests.ApiTest(methodName='runTest')[source]

Bases: IonTestCase

Tests for the polls module.

Methods

test_can_vote

test_csv_results

Tests the view to generate a CSV of the results.

test_free_response_voting

test_multi_select_voting

test_poll

test_polls_view

Tests the polls view (the index page).

test_single_select_voting

Attributes

test_csv_results()[source]

Tests the view to generate a CSV of the results.

test_polls_view()[source]

Tests the polls view (the index page).