feat: Created an API to fetch progress details about a learner's program (#29975)

This commit is contained in:
Sameen Fatima
2022-03-04 16:11:28 +05:00
committed by GitHub
parent a838ab4b01
commit 0d9e845f1b
11 changed files with 397 additions and 50 deletions

View File

@@ -198,7 +198,7 @@ class TestProgramListing(ProgramsApiConfigMixin, SharedModuleStoreTestCase):
@skip_unless_lms
@mock.patch(PROGRAMS_MODULE + '.get_pathways')
@mock.patch(PROGRAMS_UTILS_MODULE + '.get_pathways')
@mock.patch(PROGRAMS_UTILS_MODULE + '.get_programs')
class TestProgramDetails(ProgramsApiConfigMixin, CatalogIntegrationMixin, SharedModuleStoreTestCase):
"""Unit tests for the program details page."""