You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.