html: Start migrating to Jinja2.

This commit is contained in:
tecnovert
2019-07-25 22:15:08 +02:00
parent 5d238149ce
commit b920f926c1
5 changed files with 44 additions and 18 deletions

View File

@@ -67,7 +67,7 @@ class Test(unittest.TestCase):
self.assertTrue(settings['chainclients']['namecoin']['connection_type'] == 'none')
logger.info('Test addcoin existing')
testargs = ['basicswap-prepare', '-datadir=' + test_path, '-disablecoin=namecoin']
testargs = ['basicswap-prepare', '-datadir=' + test_path, '-addcoin=namecoin']
with patch.object(sys, 'argv', testargs):
prepareSystem.main()
with open(config_path) as fs: