2018-04-26 15:34:15 +03:00
|
|
|
import pytest
|
|
|
|
|
|
|
|
pr = pytest.mark.pr
|
|
|
|
testrail_case_id = pytest.mark.testrail_case_id
|
2018-06-28 20:46:51 +02:00
|
|
|
testrail_id = pytest.mark.testrail_id # atomic tests
|
2018-07-06 14:10:48 +03:00
|
|
|
smoke_1 = pytest.mark.smoke_1
|
2018-05-16 21:59:36 +02:00
|
|
|
|
2018-06-29 19:27:30 +02:00
|
|
|
account = pytest.mark.account
|
2018-04-26 15:34:15 +03:00
|
|
|
all = pytest.mark.all
|
2018-06-07 17:13:37 +02:00
|
|
|
api = pytest.mark.api
|
2018-05-16 21:59:36 +02:00
|
|
|
chat = pytest.mark.chat
|
|
|
|
chat_management = pytest.mark.chat_management
|
2018-07-03 20:50:18 +02:00
|
|
|
dapps = pytest.mark.dapps
|
2018-03-31 23:05:11 +03:00
|
|
|
message_reliability = pytest.mark.message_reliability
|
2018-04-26 15:34:15 +03:00
|
|
|
transaction = pytest.mark.transaction
|
2018-05-16 21:59:36 +02:00
|
|
|
wallet = pytest.mark.wallet
|
2018-08-01 02:16:33 +02:00
|
|
|
wallet_modal = pytest.mark.wallet_modal
|
2018-06-21 18:40:27 +02:00
|
|
|
sign_in = pytest.mark.sign_in
|
2018-05-23 16:02:45 +03:00
|
|
|
skip = pytest.mark.skip
|
2018-07-11 16:14:39 +02:00
|
|
|
logcat = pytest.mark.logcat
|