Skip to content

1.0.0

Latest

Choose a tag to compare

@dmitry-lipetsk dmitry-lipetsk released this 16 Jan 07:08
· 4 commits to master since this release

Main

In this release we updated exception classes to provide a more useful infrastructure to testgres code.

  • TestgresException (#3)
    • new: a pair of RO properties: message and source
    • new: __str__ returns value of self.message property
  • InvalidOperationException (#3)
    • new: explicit constructor: def __init__(self, message: str, source: typing.Optional[str] = None)
    • new: def __repr__(self) -> str

Full Changelog: 0.0.4...1.0.0