mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 15:51:12 +00:00
Convert integration tests to use test node process (#253)
* Remove integration-tests feature, use test node process * Allow tests to run in parallel * Fmt * Fix errors * Fix more errors * Use test node process in test context * Remove code for managing accounts for contract tests * Update contract dispatchables * Fix up contract calls for 3.0 compat * Fmt * Fix up some tests * Fix some more tests * Fix some more tests * Fmt
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@
|
||||
mod node_proc;
|
||||
|
||||
use super::*;
|
||||
use node_proc::TestNodeProcess;
|
||||
pub use node_proc::TestNodeProcess;
|
||||
use sp_core::storage::{
|
||||
well_known_keys,
|
||||
StorageKey,
|
||||
|
||||
Reference in New Issue
Block a user