Пример #1
0
 def test_market_history(self, node_param):
     if node_param == "non_appbase":
         bts = self.bts
     else:
         bts = self.appbase
     m = Market(u'STEEM:SBD', steem_instance=bts)
     buckets = m.market_history_buckets()
     history = m.market_history(buckets[2])
     self.assertTrue(len(history) > 0)
Пример #2
0
 def test_market_history(self):
     bts = self.bts
     m = Market(u'HIVE:HBD', steem_instance=bts)
     buckets = m.market_history_buckets()
     history = m.market_history(buckets[2])
     self.assertTrue(len(history) > 0)