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
Tests the view to generate a CSV of the results.
test_free_response_voting
test_multi_select_voting
test_poll
Tests the polls view (the index page).
test_single_select_voting
Attributes