Mercurial > public > bitcaviar
changeset 5:8152f23d5b05
delete helper test
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Sat, 09 Oct 2021 13:23:22 +0200 |
parents | b0528a1e36b2 |
children | d01c4f8ba71d |
files | tests/test_helpers.py |
diffstat | 1 files changed, 0 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test_helpers.py Sat Oct 09 13:23:03 2021 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -from unittest import TestCase -from src.pybitcoin import helpers -from src.pybitcoin import config - - -class TestHelpers(TestCase): - bitcoin = config.Bitcoin(cli_dir='bitcoin-cli', data_dir='/Users/dennis/Bitcoin') - - def test_run(self): - output = helpers.run(command=[self.bitcoin.cli_dir, self.bitcoin.data_dir, 'getblockhash', '1']) - self.assertIsInstance(output, str)