utility for run_all_test script

This commit is contained in:
rhoerbe
2014-07-11 11:42:25 +02:00
parent 29f1c91985
commit 9327fbd3ff

View File

@@ -64,6 +64,9 @@ class Check(object):
return res
def call_on_redirect(self):
return True
class ExpectedError(Check):
pass