tps: add tps exceptions for bad sequences

parent 727c24e1
......@@ -20,6 +20,15 @@ class TpsWarning(TpsException):
"""warning, a cautionary message should be displayed"""
pass
class TpsNoBatch(TpsException):
"""reserved: a suite was created without batch of tests to run"""
pass
class TpsBadTestNo(TpsException):
"""reserved: a bad test number was given"""
pass
if __name__ == '__main__':
pass
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment