mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
5 lines
81 B
Python
5 lines
81 B
Python
import pytest
|
|
from .. import marks
|
|
|
|
marks = [pytest.mark.settings_wallet, marks]
|