Releases: postgrespro/testgres.common
Releases · postgrespro/testgres.common
Release list
1.0.3
What's Changed
Full Changelog: 1.0.2...1.0.3
1.0.2
What's Changed
- pytest-env is used, pytest.ini is deleted (#11)
- Suppression of E721 is fixed (#13)
- [CI] Lint with ruff is added (#14)
- [CI] Code style is checked with black (#15)
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
Full Changelog: 1.0.0...1.0.1
1.0.0
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:
messageandsource - new:
__str__returns value of self.message property
- new: a pair of RO properties:
InvalidOperationException(#3)- new: explicit constructor:
def __init__(self, message: str, source: typing.Optional[str] = None) - new:
def __repr__(self) -> str
- new: explicit constructor:
Full Changelog: 0.0.4...1.0.0
0.0.4
What's Changed
Full Changelog: 0.0.3...0.0.4
0.0.3
It is an initial release.
All the functional was copied from testgres v1.11.1 with minimal changes.