mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 11:06:25 +00:00
3d33f3feac
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
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
|