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:
Andrew Jones
2021-03-22 10:30:42 +00:00
committed by GitHub
parent 9742c09b27
commit 055ebff52d
5 changed files with 155 additions and 158 deletions
+1 -1
View File
@@ -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,