Searched defs:skipError (Results 1 – 2 of 2) sorted by relevance
122 type skipError struct { struct123 msg string126 func (s skipError) Error() string {
79 def __init__(self, subtool=None, skipIf=(), skipError=()): argument