2
0
mirror of https://github.com/status-im/status-mobile.git synced 2025-01-18 12:41:37 +00:00

12 lines
311 B
Python
Raw Normal View History

import pytest
testrail_case_id = pytest.mark.testrail_case_id
testrail_id = pytest.mark.testrail_id # atomic tests
critical = pytest.mark.critical
high = pytest.mark.high
medium = pytest.mark.medium
low = pytest.mark.low
flaky = pytest.mark.flaky
transaction = pytest.mark.transaction
skip = pytest.mark.skip