test-utils: programatically spawn dev nodes (#14704)

* allow spinning up dev node in background without binary

* improve comments

* restore rust-toolchain

* remove rust-toolchain

* tweak start_node_without_binary api

* Update test-utils/cli/src/lib.rs

Co-authored-by: Alexandru Vasile <60601340+lexnv@users.noreply.github.com>

* address commends

* use &str

* update example

* update comment

* update docs

* Revert "update docs"

This reverts commit e18677f081247dd9672f64ea34d2c651daf401c2.

* use node-cli instead of node-template

* fix feature

* fix feature

* fix features

---------

Co-authored-by: Alexandru Vasile <60601340+lexnv@users.noreply.github.com>
This commit is contained in:
Liam Aharon
2023-08-08 21:53:13 +10:00
committed by GitHub
parent efa572ec37
commit 7afff714e4
5 changed files with 45 additions and 2 deletions
+2 -1
View File
@@ -184,7 +184,8 @@ try-runtime = [
"pallet-balances/try-runtime",
"pallet-im-online/try-runtime",
"pallet-timestamp/try-runtime",
"sp-runtime/try-runtime"
"sp-runtime/try-runtime",
"substrate-cli-test-utils/try-runtime"
]
[[bench]]