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 d72940c commit 6aee95aCopy full SHA for 6aee95a
python3/runner/sensei.py
@@ -33,7 +33,7 @@ def startTest(self, test):
33
self.stream.writeln()
34
self.stream.writeln("{0}{1}Thinking {2}".format(
35
Fore.RESET, Style.NORMAL, helper.cls_name(test)))
36
- if helper.cls_name(test) != 'AboutAsserts':
+ if helper.cls_name(test) not in ['AboutAsserts', 'AboutExtraCredit']:
37
self.lesson_pass_count += 1
38
39
def addSuccess(self, test):
0 commit comments