mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
942c703bd8
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
8 lines
167 B
Python
8 lines
167 B
Python
import pytest
|
|
|
|
pr = pytest.mark.pr
|
|
testrail_case_id = pytest.mark.testrail_case_id
|
|
chat = pytest.mark.chat
|
|
all = pytest.mark.all
|
|
transaction = pytest.mark.transaction
|