test(suite_wallet): Created new suite_wallet

- 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
This commit is contained in:
Noelia 2022-09-29 16:30:25 +02:00 committed by Noelia
parent 023289540d
commit b9c569599d
15 changed files with 1 additions and 6 deletions

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -2,9 +2,8 @@
from objectmaphelper import *
#from scripts.global_names import *
from scripts.onboarding_names import *
from scripts.settings_names import *
from scripts.login_names import *
from sections.wallet_names import *
from wallet_names import *

View File

@ -1,8 +1,4 @@
AUT=nim_status_client
CWD=<CWD_of_Server>
ENVVARS=envvars
HOOK_SUB_PROCESSES=false
IMPLICITAUTSTART=0
LANGUAGE=Python
OBJECTMAPSTYLE=script
TEST_CASES=tst_wallet tst_transaction