exceeds_expectations.exceptions

Undocumented in source.

Members

Classes

FailingExpectationError
class FailingExpectationError

Thrown when an expectation fails.

InvalidExpectationError
class InvalidExpectationError

Thrown when an expectation is used incorrectly. It means there is problem in the test itself, not in what's being tested.

Meta