Move local_cluster tests into own crate (#5465)

This commit is contained in:
sakridge
2019-08-08 11:04:33 -07:00
committed by GitHub
parent eaf1b91148
commit 238aa2133d
13 changed files with 80 additions and 16 deletions

View File

@ -935,10 +935,10 @@ mod tests {
use super::*;
use solana::cluster_info::FULLNODE_PORT_RANGE;
use solana::local_cluster::{ClusterConfig, LocalCluster};
use solana::validator::ValidatorConfig;
use solana_client::thin_client::create_client;
use solana_drone::drone::run_local_drone;
use solana_local_cluster::local_cluster::{ClusterConfig, LocalCluster};
use solana_runtime::bank::Bank;
use solana_runtime::bank_client::BankClient;
use solana_sdk::client::SyncClient;