Releases: FirebirdSQL/firebird-qa
Releases · FirebirdSQL/firebird-qa
v0.20.1
Changed
- Dependency on
firebird-base
changed to "~=1.8"
- Updated
hatch
configuration
v0.20.0
Added
- Fixture
existing_db_factory
to directly use database from databases
subdirectory.
It's not intended for use in Firebird QA, but it's necessary for other plugin
users.
Fixed
- Report test error also in cases when unexpected stderr is returned from tool execution
while returncode
is zero.
- Select test marked for current platform also when it's not marked for Firebird version.
v0.19.3
[0.19.3] - 2024-03-21
Fixed
- Problem with ndiff in assert
v0.19.2
Fixed
- Remove fix for #21. The error was not caused by pytest 8.0, but by
Error
exception from
firebird-base
package that masked the absence of __notes__
attribute from pytest
.
Dependency to pytest reverted to >=7.4
.
Changed
v0.19.1
FIXED
- Fix for #21. Dependency to pytest changed from
>=8.0.0
to ~=7.4
. Other dependecies
changed from >=
to ~=
.