GolosChain / golos-python

Official Python Library for Golos Blockchain
MIT License
3 stars 4 forks source link

Implement a way to use tests with specified node #10

Open bitphage opened 6 years ago

bitphage commented 6 years ago

Tests now uses default node hardcoded into steem/steemd.py:

     def __init__(self, nodes=None, **kwargs):
         if not nodes:
            nodes = get_config_node_list() or ['https://steemd.steemit.com']

Need a way to override nodes kwarg from tests.