mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 02:56:07 +00:00
6a17f9387c
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
19 lines
512 B
Python
19 lines
512 B
Python
import pytest
|
|
|
|
pr = pytest.mark.pr
|
|
testrail_case_id = pytest.mark.testrail_case_id
|
|
testrail_id = pytest.mark.testrail_id # atomic tests
|
|
|
|
account = pytest.mark.account
|
|
all = pytest.mark.all
|
|
api = pytest.mark.api
|
|
chat = pytest.mark.chat
|
|
chat_management = pytest.mark.chat_management
|
|
dapps = pytest.mark.dapps
|
|
message_reliability = pytest.mark.message_reliability
|
|
transaction = pytest.mark.transaction
|
|
wallet = pytest.mark.wallet
|
|
sign_in = pytest.mark.sign_in
|
|
skip = pytest.mark.skip
|
|
console = pytest.mark.console
|