Closed drslump closed 12 years ago
Right now only the 'thrown' one supports this feature.
with should.throw(TypeError): raise TypeError('foo') with should.throw: raise IOError() with should.not_raise: pass
Right now only the 'thrown' one supports this feature.