def test_transaction_snapshot(self):
     locs = [x['id'] for x in trans.transaction_locations()]
     res = trans.transaction_snapshot(location_ids=locs)
     assert isinstance(res, list)
示例#2
0
 def test_transaction_snapshot(self):
     locs = [x['id'] for x in trans.transaction_locations()]
     res = trans.transaction_snapshot(location_ids=locs)
     assert isinstance(res, list)
 def test_transaction_locations(self):
     res = trans.transaction_locations()
     assert isinstance(res, list)
示例#4
0
 def test_transaction_locations(self):
     res = trans.transaction_locations()
     assert isinstance(res, list)