blockchain
blockchain copied to clipboard
added unittests for routes. note that jsonify doesn't work with unitt…
…ests for routes
@dvf Added routes tests in unittest style. I removed import jsonify because there is an issue with unittest and routes. I used json.dumps instead.