Example #1
0
    def setUp(self):
        super(DeleteCourseTest, self).setUp()

        self.command = Command()

        org = 'TestX'
        course_number = 'TS01'
        course_run = '2015_Q1'

        # Create a course using split modulestore
        self.course = CourseFactory.create(org=org,
                                           number=course_number,
                                           run=course_run)
Example #2
0
    def setUp(self):
        super(TestArgParsing, self).setUp()

        self.command = Command()