Skip to content

Releases: postgrespro/testgres.common

1.0.0

16 Jan 07:08

Choose a tag to compare

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

0.0.4

07 Jan 21:34

Choose a tag to compare

What's Changed

  • pyproject.toml is used (#1)
  • CI is added [flake8] (#2)
  • License file is added

Full Changelog: 0.0.3...0.0.4

0.0.3

01 Nov 19:24

Choose a tag to compare

It is an initial release.

All the functional was copied from testgres v1.11.1 with minimal changes.