mirror of
https://github.com/status-im/status-react.git
synced 2025-01-27 03:06:39 +00:00
b8e41cb464
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
12 lines
266 B
Python
12 lines
266 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
|
|
skip = pytest.mark.skip
|