cri_models.tests.test_moodle_cohort module

class cri_models.tests.test_moodle_cohort.TestMoodleCohort(methodName='runTest')[source]

Bases: django.test.testcases.TestCase

test_cohort_add_members()[source]
test_cohort_add_members_bad_response()[source]
test_cohort_delete_members()[source]
test_cohort_get_members()[source]
test_cohort_get_members_bad_response()[source]
test_create_cohort()[source]
test_create_cohort_bad_response_empty()[source]
test_create_cohort_bad_response_multiple()[source]
test_get_cohort()[source]
test_get_cohort_empty()[source]
test_get_cohort_missing()[source]
test_update_cohort()[source]