Example #1
0
 def tearDown(self):
     """call after every test case."""
     api.wallet_open(settings.WALLET_NAME)
     api.wallet_unlock(99999999, settings.WALLET_PASSWORD)
Example #2
0
 def tearDown(self):
     """call after every test case."""
     api.wallet_open(settings.WALLET_NAME)
     api.wallet_unlock(99999999, settings.WALLET_PASSWORD)
Example #3
0
 def setUp(self):
     """Call before every test case."""
     api.wallet_open(settings.WALLET_NAME)
     api.wallet_unlock(99999999, settings.WALLET_PASSWORD)
Example #4
0
 def setUp(self):
     """Call before every test case."""
     api.wallet_open(settings.WALLET_NAME)
     api.wallet_unlock(99999999, settings.WALLET_PASSWORD)