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
@@ -63,7 +63,7 @@ class ExperimentUtilsTests(ModuleStoreTestCase, TestCase):
|
||||
|
||||
def test_unenrolled_courses_for_empty_courses(self):
|
||||
unenrolled_courses = get_unenrolled_courses([], [])
|
||||
assert [] == unenrolled_courses
|
||||
assert not unenrolled_courses
|
||||
|
||||
def test_unenrolled_courses_for_single_course(self):
|
||||
course = {'key': 'UQx+ENGY1x'}
|
||||
|
||||
Reference in New Issue
Block a user