Skip to content

Releases: FirebirdSQL/firebird-qa

v0.20.0

09 May 14:25
Compare
Choose a tag to compare

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

21 Mar 09:03
Compare
Choose a tag to compare

[0.19.3] - 2024-03-21

Fixed

  • Problem with ndiff in assert

v0.19.2

20 Feb 16:27
Compare
Choose a tag to compare

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

  • Updated documentation.

v0.19.1

09 Feb 15:24
Compare
Choose a tag to compare

FIXED

  • Fix for #21. Dependency to pytest changed from >=8.0.0 to ~=7.4. Other dependecies
    changed from >= to ~=.