@@ -1082,7 +1082,7 @@ Stop running at the first failed test.
passes=[]
fails=[]
fortestinself.tests:
iftest.result==TestResult.PASS:
iftest.resultin(TestResult.PASS,None):
passes.append(test)
else:
fails.append(test)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.