2018-04-26 12:34:15 +00:00
|
|
|
import pytest
|
|
|
|
|
|
|
|
pr = pytest.mark.pr
|
|
|
|
testrail_case_id = pytest.mark.testrail_case_id
|
2018-06-28 18:46:51 +00:00
|
|
|
testrail_id = pytest.mark.testrail_id # atomic tests
|
2018-09-28 15:30:06 +00:00
|
|
|
critical = pytest.mark.critical
|
|
|
|
high = pytest.mark.high
|
|
|
|
medium = pytest.mark.medium
|
|
|
|
low = pytest.mark.low
|
2018-05-16 19:59:36 +00:00
|
|
|
|
2018-06-29 17:27:30 +00:00
|
|
|
account = pytest.mark.account
|
2019-01-15 14:53:05 +00:00
|
|
|
upgrade = pytest.mark.upgrade
|
2018-06-07 15:13:37 +00:00
|
|
|
api = pytest.mark.api
|
2019-01-15 14:53:05 +00:00
|
|
|
all = pytest.mark.all
|
2018-05-16 19:59:36 +00:00
|
|
|
chat = pytest.mark.chat
|
|
|
|
chat_management = pytest.mark.chat_management
|
2018-07-03 18:50:18 +00:00
|
|
|
dapps = pytest.mark.dapps
|
2018-03-31 20:05:11 +00:00
|
|
|
message_reliability = pytest.mark.message_reliability
|
2018-04-26 12:34:15 +00:00
|
|
|
transaction = pytest.mark.transaction
|
2018-05-16 19:59:36 +00:00
|
|
|
wallet = pytest.mark.wallet
|
2018-06-21 16:40:27 +00:00
|
|
|
sign_in = pytest.mark.sign_in
|
2018-05-23 13:02:45 +00:00
|
|
|
skip = pytest.mark.skip
|
2018-07-11 14:14:39 +00:00
|
|
|
logcat = pytest.mark.logcat
|
2019-06-03 19:44:06 +00:00
|
|
|
performance = pytest.mark.performance
|
2018-11-07 12:26:32 +00:00
|
|
|
|
|
|
|
battery_consumption = pytest.mark.battery_consumption
|
2019-08-07 21:37:00 +00:00
|
|
|
translations = pytest.mark.translations
|