fixed indent in test
This commit is contained in:
parent
3a7cefbf53
commit
efb049fddd
@ -116,7 +116,7 @@ class OnionrTests(unittest.TestCase):
|
|||||||
self.assertTrue(False)
|
self.assertTrue(False)
|
||||||
|
|
||||||
self.assertTrue(True)
|
self.assertTrue(True)
|
||||||
'''
|
'''
|
||||||
def testBlockAPI(self):
|
def testBlockAPI(self):
|
||||||
logger.debug('-'*26 + '\n')
|
logger.debug('-'*26 + '\n')
|
||||||
logger.info('Running BlockAPI test #1...')
|
logger.info('Running BlockAPI test #1...')
|
||||||
@ -215,7 +215,7 @@ class OnionrTests(unittest.TestCase):
|
|||||||
logger.debug('thread finished.', timestamp = False)
|
logger.debug('thread finished.', timestamp = False)
|
||||||
|
|
||||||
self.assertTrue(True)
|
self.assertTrue(True)
|
||||||
'''
|
'''
|
||||||
def testQueue(self):
|
def testQueue(self):
|
||||||
logger.debug('-'*26 + '\n')
|
logger.debug('-'*26 + '\n')
|
||||||
logger.info('Running daemon queue test...')
|
logger.info('Running daemon queue test...')
|
||||||
@ -252,7 +252,6 @@ class OnionrTests(unittest.TestCase):
|
|||||||
def testAddAdder(self):
|
def testAddAdder(self):
|
||||||
logger.debug('-'*26 + '\n')
|
logger.debug('-'*26 + '\n')
|
||||||
logger.info('Running address add+remove test')
|
logger.info('Running address add+remove test')
|
||||||
|
|
||||||
import core
|
import core
|
||||||
myCore = core.Core()
|
myCore = core.Core()
|
||||||
if not os.path.exists('data/address.db'):
|
if not os.path.exists('data/address.db'):
|
||||||
|
Loading…
Reference in New Issue
Block a user