Add the read API for course gradebook data (single and multiple users).

This commit is contained in:
Alex Dusenbery
2018-10-03 16:03:00 -04:00
committed by Alex Dusenbery
parent 5d2919644b
commit e5473f5396
7 changed files with 923 additions and 79 deletions

View File

@@ -27,7 +27,6 @@ from openedx.core.lib.time_zone_utils import get_display_time_zone
from openedx.core.djangoapps.site_configuration.tests.test_util import with_site_configuration
from openedx.core.djangolib.testing.utils import CacheIsolationTestCase, skip_unless_lms
from student.tests.factories import UserFactory
from student.models import get_retired_email_by_email, get_retired_username_by_username
from third_party_auth.tests.testutil import simulate_running_pipeline, ThirdPartyAuthTestMixin
from third_party_auth.tests.utils import (
ThirdPartyOAuthTestMixin, ThirdPartyOAuthTestMixinFacebook, ThirdPartyOAuthTestMixinGoogle