Word assessment view tests¶
Test the action to knowledge assessment of word.
Test the REST view.
- class AssessmentUpdateRESTViewTest(methodName='runTest')¶
Bases:
APITestCase
Test update the assessment REST view.
- test_increment_word_assessment() None ¶
Test the increment the word assessment.
- test_increment_max_word_assessment() None ¶
Test the increment the max word assessment.
- test_decrement_word_assessment() None ¶
Test the decrement the word assessment.
- test_decrement_min_word_assessment() None ¶
Test the decrement the min word assessment.
- test_update_bad_word_assessment() None ¶
Test update the assessment of no correct word.
- test_update_bad_action_assessment() None ¶
Test update the assessment with no correct action.
- test_update_word_assessment_by_anonymous() None ¶
Test update the word assessment by anonymous.
- test_update_word_assessment_by_another_user() None ¶
Test update the word assessment by another user.