Merge pull request #1141 from rphmeier/rpc-tests

Framework for improved RPC unit tests
This commit is contained in:
Arkadiy Paronyan
2016-05-29 00:50:19 +02:00
15 changed files with 345 additions and 15 deletions

View File

@@ -21,4 +21,5 @@ pub mod store;
mod geth_import;
mod test_account_provider;
pub use self::store::AccountProvider;
pub use self::test_account_provider::{TestAccount, TestAccountProvider};