mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
b9c569599d
- Created new `suite_wallet` where all related wallet tests will be migrated to. - `tst_wallet` has been moved to new `suite_wallet`. - `tst_transaction` has been moved to new `suite_wallet`. Tests inside `suite_wallet` still contain some broken tests. Closes #7627
9 lines
187 B
Python
9 lines
187 B
Python
# encoding: UTF-8
|
|
|
|
from objectmaphelper import *
|
|
|
|
from scripts.onboarding_names import *
|
|
from scripts.settings_names import *
|
|
from scripts.login_names import *
|
|
|
|
from wallet_names import * |