mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added/Updated tests\bugs\gh_8185_test.py: Increased in version for FB 5.x
This commit is contained in:
parent
621bc55e2a
commit
982fa842ef
@ -48,7 +48,7 @@ init_sql = """
|
|||||||
db = db_factory(init = init_sql)
|
db = db_factory(init = init_sql)
|
||||||
act = python_act('db')
|
act = python_act('db')
|
||||||
|
|
||||||
@pytest.mark.version('>=5.0.0')
|
@pytest.mark.version('>=5.0.1')
|
||||||
def test_1(act: Action, capsys):
|
def test_1(act: Action, capsys):
|
||||||
|
|
||||||
srv_cfg = driver_config.register_server(name = 'test_srv_gh_8185', config = '')
|
srv_cfg = driver_config.register_server(name = 'test_srv_gh_8185', config = '')
|
||||||
|
Loading…
Reference in New Issue
Block a user