Skip to content

Releases: FirebirdSQL/firebird-qa

v0.22.2

Choose a tag to compare

@pcisar pcisar released this 27 Mar 15:24

Fixed

  • Problems caused by Skip marks and fails in --max-errors.

v0.22.1: Merge branch 'master' of https://github.com/FirebirdSQL/firebird-qa

Choose a tag to compare

@pcisar pcisar released this 26 Mar 15:32

Fixed

  • Skip for --max-errors is applied on call instead setup.

v0.22.0

Choose a tag to compare

@pcisar pcisar released this 25 Mar 15:52

Added

  • Option --max-errors to stop running the suite after specified number of subsequent errors.

v0.21.0

Choose a tag to compare

@pcisar pcisar released this 20 Jul 08:01

Changed

  • Upgraded Firebird driver and base to v2.x

v0.20.2

Choose a tag to compare

@pcisar pcisar released this 08 Jun 09:33

Fixed

  • Fixed problem with utf8 db filenames in Database.

v0.20.1

Choose a tag to compare

@pcisar pcisar released this 29 Apr 13:39

Changed

  • Dependency on firebird-base changed to "~=1.8"
  • Updated hatch configuration

v0.20.0

Choose a tag to compare

@pcisar pcisar released this 09 May 14:25

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

Choose a tag to compare

@pcisar pcisar released this 21 Mar 09:03

[0.19.3] - 2024-03-21

Fixed

  • Problem with ndiff in assert

v0.19.2

Choose a tag to compare

@pcisar pcisar released this 20 Feb 16:27

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

Choose a tag to compare

@pcisar pcisar released this 09 Feb 15:24

FIXED

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