6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 21:43:06 +01:00

Added/Updated functional\transactions\test_read_consist_statement_delete_undone_02.py. minor change: import time must be restored in this test

This commit is contained in:
zotov 2022-07-28 18:22:55 +03:00
parent 5d08aaa223
commit cab4960cb1

View File

@ -102,6 +102,7 @@ import subprocess
import pytest
from firebird.qa import *
from pathlib import Path
import time
db = db_factory()