Closed jim22k closed 3 years ago
MultiVerify now has .compute_raises method which will capture exceptions rather than raising.
.compute_raises
Combined with a new .assert_raises method to test for exceptions, this allows the ability to test for expected exceptions in all concrete implementations.
.assert_raises
MultiVerify now has
.compute_raises
method which will capture exceptions rather than raising.Combined with a new
.assert_raises
method to test for exceptions, this allows the ability to test for expected exceptions in all concrete implementations.