blob: c857eab77b33040bab6fbdc0227c798492530fe1 [file] [log] [blame]
raising-non-exception:38:4:bad_case0:Raising a new style class which doesn't inherit from BaseException
raising-non-exception:42:4:bad_case1:Raising a new style class which doesn't inherit from BaseException
raising-non-exception:48:4:bad_case2:Raising a new style class which doesn't inherit from BaseException
raising-non-exception:52:4:bad_case3:Raising a new style class which doesn't inherit from BaseException
notimplemented-raised:56:4:bad_case4:NotImplemented raised - should raise NotImplementedError
raising-bad-type:60:4:bad_case5:Raising int while only classes or instances are allowed
raising-bad-type:64:4:bad_case6:Raising NoneType while only classes or instances are allowed
raising-non-exception:68:4:bad_case7:Raising a new style class which doesn't inherit from BaseException
raising-non-exception:72:4:bad_case8:Raising a new style class which doesn't inherit from BaseException
raising-non-exception:76:4:bad_case9:Raising a new style class which doesn't inherit from BaseException
raising-bad-type:110:4:bad_case10:Raising str while only classes or instances are allowed