Python Requirements Update (#29516)
* chore: Updating Python Requirements * fix: fix pylint issues Co-authored-by: Mohammad Ahtasham ul Hassan <mohammad.ahtasham@arbisoft.com>
This commit is contained in:
committed by
GitHub
parent
5d5a11fc16
commit
bb20b17428
@@ -488,7 +488,7 @@ class TestCohorts(ModuleStoreTestCase):
|
||||
"""
|
||||
course = modulestore().get_course(self.toy_course_key)
|
||||
config_course_cohorts(course, is_cohorted=True)
|
||||
assert [] == cohorts.get_course_cohorts(course)
|
||||
assert not cohorts.get_course_cohorts(course)
|
||||
|
||||
def test_get_course_cohorts(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user