running rpc tests
This commit is contained in:
@@ -23,8 +23,7 @@ mod impls;
|
||||
mod types;
|
||||
mod helpers;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
pub mod tests;
|
||||
|
||||
pub use self::traits::{Web3, Eth, EthFilter, Personal, Net};
|
||||
pub use self::impls::*;
|
||||
|
||||
@@ -16,8 +16,12 @@
|
||||
|
||||
//!TODO: load custom blockchain state and test
|
||||
|
||||
pub mod helpers;
|
||||
#[cfg(test)]
|
||||
mod eth;
|
||||
#[cfg(test)]
|
||||
mod net;
|
||||
#[cfg(test)]
|
||||
mod web3;
|
||||
mod helpers;
|
||||
#[cfg(test)]
|
||||
mod personal;
|
||||
|
||||
Reference in New Issue
Block a user