steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
153 stars 99 forks source link

Backport Testing #135

Closed cyon1c closed 6 years ago

cyon1c commented 6 years ago

Having finally removed all Python 3 only syntax and completed Issues #128 , I'm now going through all the tests currently in the package.

Currently of the 65 tests in the package currently, 46 fail.

First order of business is getting these tests passing.