File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def startTest(self, test):
3333 self .stream .writeln ()
3434 self .stream .writeln ("{0}{1}Thinking {2}" .format (
3535 Fore .RESET , Style .NORMAL , helper .cls_name (test )))
36- if helper .cls_name (test ) != 'AboutAsserts' :
36+ if helper .cls_name (test ) not in [ 'AboutAsserts' , 'AboutExtraCredit' ] :
3737 self .lesson_pass_count += 1
3838
3939 def addSuccess (self , test ):
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def startTest(self, test):
3333 self .stream .writeln ()
3434 self .stream .writeln ("{0}{1}Thinking {2}" .format (
3535 Fore .RESET , Style .NORMAL , helper .cls_name (test )))
36- if helper .cls_name (test ) != 'AboutAsserts' :
36+ if helper .cls_name (test ) not in [ 'AboutAsserts' , 'AboutExtraCredit' ] :
3737 self .lesson_pass_count += 1
3838
3939 def addSuccess (self , test ):
You can’t perform that action at this time.
0 commit comments