diff --git a/onionr/tests.py b/onionr/tests.py index e25f5521..008d2bed 100755 --- a/onionr/tests.py +++ b/onionr/tests.py @@ -116,7 +116,7 @@ class OnionrTests(unittest.TestCase): self.assertTrue(False) self.assertTrue(True) -''' + ''' def testBlockAPI(self): logger.debug('-'*26 + '\n') logger.info('Running BlockAPI test #1...') @@ -215,7 +215,7 @@ class OnionrTests(unittest.TestCase): logger.debug('thread finished.', timestamp = False) self.assertTrue(True) -''' + ''' def testQueue(self): logger.debug('-'*26 + '\n') logger.info('Running daemon queue test...') @@ -252,7 +252,6 @@ class OnionrTests(unittest.TestCase): def testAddAdder(self): logger.debug('-'*26 + '\n') logger.info('Running address add+remove test') - import core myCore = core.Core() if not os.path.exists('data/address.db'):