6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-02-02 02:40:42 +01:00

Restored @pytest.mark.version() otherwise tests will not be displayed in the list of execution.

This commit is contained in:
zotov 2023-01-17 17:52:13 +03:00
parent bcd6002f97
commit 2db79046d0
32 changed files with 57 additions and 56 deletions

View File

@ -38,7 +38,7 @@ expected_stdout = """
RDB$LINGER <null>
"""
#@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout
@ -56,7 +56,7 @@ expected_stdout_2 = """
RDB$SQL_SECURITY <null>
"""
#@pytest.mark.version('>=4.0')
@pytest.mark.version('>=4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_2(act: Action):
act.expected_stdout = expected_stdout_2

View File

@ -658,7 +658,7 @@ expected_stdout = """
Records affected: 52
"""
#@pytest.mark.version('>=3.0')
@pytest.mark.version('>=3.0')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout

View File

@ -1842,7 +1842,7 @@ expected_stdout = """
Records affected: 149
"""
#@pytest.mark.version('>=3.0')
@pytest.mark.version('>=3.0')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout

View File

@ -33,7 +33,7 @@ expected_stdout = """
Records affected: 0
"""
#@pytest.mark.version('>=3')
@pytest.mark.version('>=3')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout

View File

@ -40,7 +40,7 @@ expected_stdout = """
Records affected: 0
"""
#@pytest.mark.version('>=3.0')
@pytest.mark.version('>=3.0')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout

View File

@ -32,7 +32,7 @@ expected_stdout = """
Records affected: 0
"""
#@pytest.mark.version('>=3')
@pytest.mark.version('>=3')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout

View File

@ -4698,7 +4698,7 @@ RDB$OWNER_NAME SYSDBA
Records affected: 150
"""
#@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout_1
@ -9999,7 +9999,7 @@ Records affected: 170
"""
@pytest.mark.skip("DISABLED: see notes")
#@pytest.mark.version('>=4.0,<5.0')
@pytest.mark.version('>=4.0,<5.0')
def test_2(act: Action):
act.expected_stdout = expected_stdout_2
act.execute()
@ -14840,7 +14840,7 @@ expected_stdout_3 = """
Records affected: 172
"""
#@pytest.mark.version('>=5.0')
@pytest.mark.version('>=5.0')
@pytest.mark.skip("DISABLED: see notes")
def test_3(act: Action):
act.expected_stdout = expected_stdout_3

View File

@ -36,7 +36,7 @@ expected_stdout = """
Records affected: 0
"""
#@pytest.mark.version('>=3')
@pytest.mark.version('>=3')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout

View File

@ -32,7 +32,7 @@ expected_stdout = """
Records affected: 0
"""
#@pytest.mark.version('>=3')
@pytest.mark.version('>=3')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout

View File

@ -37,7 +37,7 @@ expected_stdout = """
Records affected: 0
"""
#@pytest.mark.version('>=3')
@pytest.mark.version('>=3')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout

View File

@ -35,7 +35,7 @@ expected_stdout_1 = """
Records affected: 0
"""
#@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout_1
@ -71,7 +71,7 @@ expected_stdout_2 = """
Records affected: 1
"""
#@pytest.mark.version('>=4.0')
@pytest.mark.version('>=4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_2(act: Action):
act.expected_stdout = expected_stdout_2

View File

@ -36,7 +36,7 @@ expected_stdout_1 = """
Records affected: 0
"""
#@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout_1
@ -71,7 +71,7 @@ expected_stdout_2 = """
Records affected: 1
"""
#@pytest.mark.version('>=4.0')
@pytest.mark.version('>=4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_2(act: Action):
act.expected_stdout = expected_stdout_2

View File

@ -164,7 +164,7 @@ expected_stdout = """
Records affected: 11
"""
#@pytest.mark.version('>=3.0')
@pytest.mark.version('>=3.0')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout

View File

@ -36,7 +36,7 @@ expected_stdout = """
Records affected: 0
"""
#@pytest.mark.version('>=3')
@pytest.mark.version('>=3')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout

View File

@ -373,7 +373,7 @@ expected_stdout_1 = """
Records affected: 67
"""
#@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout_1
@ -756,7 +756,7 @@ expected_stdout_2 = """
Records affected: 74
"""
#@pytest.mark.version('>=4.0')
@pytest.mark.version('>=4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_2(act: Action):
act.expected_stdout = expected_stdout_2

View File

@ -837,7 +837,7 @@ expected_stdout_1 = """
Records affected: 54
"""
#@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout_1
@ -1666,7 +1666,7 @@ expected_stdout_2 = """
Records affected: 57
"""
#@pytest.mark.version('>=4.0')
@pytest.mark.version('>=4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_2(act: Action):
act.expected_stdout = expected_stdout_2

View File

@ -32,7 +32,7 @@ expected_stdout = """
Records affected: 0
"""
#@pytest.mark.version('>=3')
@pytest.mark.version('>=3')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout

View File

@ -353,7 +353,7 @@ expected_stdout_1 = """
Records affected: 74
"""
#@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout_1
@ -686,7 +686,7 @@ expected_stdout_2 = """
Records affected: 78
"""
#@pytest.mark.version('>=4.0')
@pytest.mark.version('>=4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_2(act: Action):
act.expected_stdout = expected_stdout_2

View File

@ -36,7 +36,7 @@ expected_stdout_1 = """
Records affected: 0
"""
#@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout_1
@ -178,7 +178,7 @@ expected_stdout_2 = """
Records affected: 8
"""
#@pytest.mark.version('>=4.0')
@pytest.mark.version('>=4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_2(act: Action):
act.expected_stdout = expected_stdout_2

View File

@ -37,7 +37,7 @@ expected_stdout_1 = """
Records affected: 0
"""
#@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout_1
@ -70,7 +70,7 @@ expected_stdout_2 = """
Records affected: 1
"""
#@pytest.mark.version('>=4.0')
@pytest.mark.version('>=4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_2(act: Action):
act.expected_stdout = expected_stdout_2

View File

@ -32,7 +32,7 @@ expected_stdout = """
Records affected: 0
"""
#@pytest.mark.version('>=3')
@pytest.mark.version('>=3')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout

View File

@ -227,7 +227,7 @@ expected_stdout_1 = """
Records affected: 27
"""
#@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout_1
@ -451,7 +451,7 @@ expected_stdout_2 = """
Records affected: 30
"""
#@pytest.mark.version('>=4.0')
@pytest.mark.version('>=4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_2(act: Action):
act.expected_stdout = expected_stdout_2

View File

@ -1120,7 +1120,7 @@ BLOB_ID_EXT_DESCR
Records affected: 50
"""
#@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout_1
@ -2223,7 +2223,7 @@ BLOB_ID_EXT_DESCR
Records affected: 54
"""
#@pytest.mark.version('>=4.0,<5.0')
@pytest.mark.version('>=4.0,<5.0')
@pytest.mark.skip("DISABLED: see notes")
def test_2(act: Action):
act.expected_stdout = expected_stdout_2
@ -3353,7 +3353,7 @@ BLOB_ID_EXT_DESCR
Records affected: 56
"""
#@pytest.mark.version('>=5.0')
@pytest.mark.version('>=5.0')
@pytest.mark.skip("DISABLED: see notes")
def test_3(act: Action):
act.expected_stdout = expected_stdout_3

View File

@ -10113,7 +10113,7 @@ expected_stdout_1 = """
Records affected: 458
"""
#@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout_1
@ -21018,7 +21018,7 @@ expected_stdout_2 = """
Records affected: 495
"""
#@pytest.mark.version('>=4.0,<5')
@pytest.mark.version('>=4.0,<5')
@pytest.mark.skip("DISABLED: see notes")
def test_2(act: Action):
act.expected_stdout = expected_stdout_2
@ -32186,7 +32186,7 @@ RDB$IDENTITY_TYPE <null>
Records affected: 507
"""
#@pytest.mark.version('>=5')
@pytest.mark.version('>=5')
@pytest.mark.skip("DISABLED: see notes")
def test_3(act: Action):
act.expected_stdout = expected_stdout_3

View File

@ -43,7 +43,7 @@ expected_stdout_1 = """
Records affected: 1
"""
#@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout_1
@ -63,7 +63,7 @@ expected_stdout_2 = """
Records affected: 1
"""
#@pytest.mark.version('>=4.0')
@pytest.mark.version('>=4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_2(act: Action):
act.expected_stdout = expected_stdout_2

View File

@ -3852,7 +3852,7 @@ expected_stdout_1 = """
Records affected: 476
"""
#@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout_1
@ -7912,7 +7912,7 @@ expected_stdout_2 = """
Records affected: 505
"""
#@pytest.mark.version('>=4.0,<5.0')
@pytest.mark.version('>=4.0,<5.0')
@pytest.mark.skip("DISABLED: see notes")
def test_2(act: Action):
act.expected_stdout = expected_stdout_2
@ -12038,7 +12038,7 @@ Records affected: 513
"""
#@pytest.mark.version('>=5.0')
@pytest.mark.version('>=5.0')
@pytest.mark.skip("DISABLED: see notes")
def test_3(act: Action):
act.expected_stdout = expected_stdout_3

View File

@ -32,7 +32,7 @@ expected_stdout = """
Records affected: 0
"""
#@pytest.mark.version('>=2.5')
@pytest.mark.version('>=2.5')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout

View File

@ -178,7 +178,7 @@ expected_stdout_1 = """
Records affected: 35
"""
#@pytest.mark.version('>=3.0,<5')
@pytest.mark.version('>=3.0,<5')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout_1
@ -321,7 +321,7 @@ Records affected: 32
"""
#@pytest.mark.version('>=5')
@pytest.mark.version('>=5')
@pytest.mark.skip("DISABLED: see notes")
def test_2(act: Action):
act.expected_stdout = expected_stdout_2

View File

@ -2394,7 +2394,7 @@ expected_stdout_1 = """
"""
#@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout_1
@ -4468,7 +4468,7 @@ expected_stdout_2 = """
Records affected: 29
"""
#@pytest.mark.version('>=4.0,<5.0')
@pytest.mark.version('>=4.0,<5.0')
@pytest.mark.skip("DISABLED: see notes")
def test_2(act: Action):
act.expected_stdout = expected_stdout_2
@ -6376,7 +6376,7 @@ Records affected: 26
"""
#@pytest.mark.version('>=5.0')
@pytest.mark.version('>=5.0')
@pytest.mark.skip("DISABLED: see notes")
def test_3(act: Action):
act.expected_stdout = expected_stdout_3

View File

@ -1570,7 +1570,7 @@ expected_stdout_1 = """
RDB$SYSTEM_FLAG 1
"""
#@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout_1
@ -4874,7 +4874,8 @@ expected_stdout_3 = """
Records affected: 1
"""
#@pytest.mark.skip("DISABLED: see notes")
@pytest.mark.version('>=5.0')
@pytest.mark.skip("DISABLED: see notes")
def test_3(act: Action):
act.expected_stdout = expected_stdout_3
act.execute()

View File

@ -6063,7 +6063,7 @@ expected_stdout_1 = """
"""
#@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.version('>=3.0,<4.0')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout_1
@ -12605,7 +12605,7 @@ expected_stdout_2 = """
Are ordered columns unique ? 1
"""
#@pytest.mark.version('>=4.0,<5.0')
@pytest.mark.version('>=4.0,<5.0')
@pytest.mark.skip("DISABLED: see notes")
def test_2(act: Action):
act.expected_stdout = expected_stdout_2
@ -19273,7 +19273,7 @@ Are ordered columns unique ? 1
"""
#@pytest.mark.version('>=5.0')
@pytest.mark.version('>=5.0')
@pytest.mark.skip("DISABLED: see notes")
def test_3(act: Action):
act.expected_stdout = expected_stdout_3

View File

@ -32,7 +32,7 @@ expected_stdout = """
Records affected: 0
"""
#@pytest.mark.version('>=3')
@pytest.mark.version('>=3')
@pytest.mark.skip("DISABLED: see notes")
def test_1(act: Action):
act.expected_stdout = expected_stdout