mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added pytest.mark.intl to have ability filtering these files if only QA-run related to non-ascii data is needed.
This commit is contained in:
parent
a8d5d389f7
commit
19c51597e5
@ -157,6 +157,7 @@ expected_stdout = """
|
||||
Records affected: 1
|
||||
"""
|
||||
|
||||
@pytest.mark.intl
|
||||
@pytest.mark.version('>=4.0')
|
||||
def test_1(act: Action):
|
||||
act.expected_stdout = expected_stdout
|
||||
|
@ -41,6 +41,7 @@ substitutions = [ ('.* FAILED EXECUTE_TRIGGER_FINISH', 'FAILED EXECUTE_TRIGGER_F
|
||||
|
||||
act = python_act('db', substitutions = substitutions)
|
||||
|
||||
@pytest.mark.intl
|
||||
@pytest.mark.trace
|
||||
@pytest.mark.version('>=4.0')
|
||||
def test_1(act: Action, tmp_worker: User, capsys):
|
||||
|
Loading…
Reference in New Issue
Block a user