test(suite_settings): Created new suite_settings
- Created new `suite_settings` where all related settings tests will be migrated to. - `tst_languageSettings` has been moved to new `suite_settings`. - `tst_settingsMenu` has been moved to new `suite_settings`. - `tst_userIdentity` has been moved to new `suite_settings`. Tests inside `suite_settings` still contain some broken tests. Closes #7626
This commit is contained in:
parent
4b70d2f02b
commit
4b17c25a25
|
@ -0,0 +1,7 @@
|
||||||
|
# encoding: UTF-8
|
||||||
|
|
||||||
|
from objectmaphelper import *
|
||||||
|
|
||||||
|
from scripts.onboarding_names import *
|
||||||
|
from scripts.settings_names import *
|
||||||
|
from scripts.login_names import *
|
|
@ -0,0 +1,6 @@
|
||||||
|
AUT=nim_status_client
|
||||||
|
LANGUAGE=Python
|
||||||
|
OBJECTMAPSTYLE=script
|
||||||
|
TEST_CASES=tst_settingsMenu tst_userIdentity tst_languageSettings
|
||||||
|
VERSION=3
|
||||||
|
WRAPPERS=Qt
|
|
@ -5,6 +5,6 @@ HOOK_SUB_PROCESSES=false
|
||||||
IMPLICITAUTSTART=0
|
IMPLICITAUTSTART=0
|
||||||
LANGUAGE=Python
|
LANGUAGE=Python
|
||||||
OBJECTMAPSTYLE=script
|
OBJECTMAPSTYLE=script
|
||||||
TEST_CASES=tst_wallet tst_transaction tst_settingsMenu tst_userIdentity tst_languageSettings
|
TEST_CASES=tst_wallet tst_transaction
|
||||||
VERSION=3
|
VERSION=3
|
||||||
WRAPPERS=Qt
|
WRAPPERS=Qt
|
||||||
|
|
Loading…
Reference in New Issue