Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpcserver: Upstream sync to add basic RPC tests. #750

Merged
merged 2 commits into from
Jul 19, 2017

Commits on Aug 19, 2016

  1. btcd: add basic RPC tests using the rpctest package

    This commit introduces a new file: rpcserver_test.go dedicated for
    including integration tests for btcd using the new rpctest package.
    
    The tests are created using a TestMain instance first creates a single
    main harness which is intended to be re-used across tests instances.
    Afterwards all registered RPC tests are executed, with proper clean up
    being executed regardless of the passing state of the tests.
    
    The following RPC calls are excessed by the initial set of tests added:
        * getbestblock
        * getblockcount
        * getblockhash
    Roasbeef committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    2d86fbf View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

  1. rpcserver: Upstream sync to add basic RPC tests.

    Upstream commit 2d86fbf
    davecgh committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    2da4b5f View commit details
    Browse the repository at this point in the history