mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
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
|