DEPR-43 Remove most of the shoppingcart app (#24692)

Removed most of the deprecated shoppingcart app, leaving just enough to allow us to cleanly remove the related database tables later. Also removed the relevant Django settings that weren't in use elsewhere.
This commit is contained in:
Jeremy Bowman
2020-10-14 14:24:52 -04:00
committed by GitHub
parent 09c24be35e
commit d19368525b
92 changed files with 79 additions and 10899 deletions

View File

@@ -2522,7 +2522,6 @@ class TestInstructorAPILevelsAccess(SharedModuleStoreTestCase, LoginEnrollmentTe
@ddt.ddt
@patch.dict('django.conf.settings.FEATURES', {'ENABLE_PAID_COURSE_REGISTRATION': True})
class TestInstructorAPILevelsDataDump(SharedModuleStoreTestCase, LoginEnrollmentTestCase):
"""
Test endpoints that show data without side effects.