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-05-16 19:59:36 +00:00
|
|
|
|
2018-06-29 17:27:30 +00:00
|
|
|
account = pytest.mark.account
|
2018-04-26 12:34:15 +00:00
|
|
|
all = pytest.mark.all
|
2018-06-07 15:13:37 +00:00
|
|
|
api = pytest.mark.api
|
2018-05-16 19:59:36 +00:00
|
|
|
chat = pytest.mark.chat
|
|
|
|
chat_management = pytest.mark.chat_management
|
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
|