We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f3ac0 commit e25868fCopy full SHA for e25868f
tests/test_status.py
@@ -57,8 +57,8 @@ def test_all_together(self):
57
58
def test_no_submissions(self):
59
course = list(Solution.status(self.course_no_submissions).dicts())
60
- assert len(course) == 0
+ assert not course
61
62
def test_no_exercises(self):
63
course = list(Solution.status(self.course_no_exercises).dicts())
64
0 commit comments