Releases: postgrespro/testgres.common
Releases · postgrespro/testgres.common
1.0.2
25 Feb 17:18
Compare
Sorry, something went wrong.
No results found
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
27 Jan 12:27
Compare
Sorry, something went wrong.
No results found
What's Changed
[CI] GitHub Action is used (#5 )
Min python is 3.7.3 (#9 )
Full Changelog : 1.0.0...1.0.1
1.0.0
16 Jan 07:08
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
It is an initial release.
All the functional was copied from testgres v1.11.1 with minimal changes.