mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-10 23:56:48 +00:00
11 lines
242 B
Python
11 lines
242 B
Python
import pytest
|
|
|
|
pr = pytest.mark.pr
|
|
testrail_case_id = pytest.mark.testrail_case_id
|
|
|
|
all = pytest.mark.all
|
|
chat = pytest.mark.chat
|
|
chat_management = pytest.mark.chat_management
|
|
transaction = pytest.mark.transaction
|
|
wallet = pytest.mark.wallet
|