mirror of
https://github.com/status-im/status-mobile.git
synced 2026-08-31 00:51:15 +00:00
10 lines
186 B
Python
10 lines
186 B
Python
import pytest
|
|
|
|
testrail_id = pytest.mark.testrail_id
|
|
nightly = pytest.mark.nightly
|
|
smoke = pytest.mark.smoke
|
|
|
|
flaky = pytest.mark.flaky
|
|
skip = pytest.mark.skip
|
|
xfail = pytest.mark.xfail
|