-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: install mockfall * test: unit test for relay_chain function * test: missing relaychain in zombienet config * test: zombienet::new and aux functions * test: missing_binaries function * test: process functions * test: spawn * chore: remove mockall dependency * test: integration test for pop up parachain * chore: cargo fmt * fix: manual format to fix CI * fix: make sure tempdir is close after each test * refactor: generate toml files for testing * refactor: kill process without adding external dependencies * reactor: fix feedback * fix: fmt * chore: pr feedback * fix: ci tests * refactor: remove close tempfile * chore: modify seconds to wait * set default value to Yes for confirm * cargo fmt * fix: up parachain test * chore: adapt test features to new format * fix: remove e2e test that goes throught all the process --------- Co-authored-by: Bruno Galvao <[email protected]>
- Loading branch information
1 parent
eca2d30
commit 07c8414
Showing
5 changed files
with
427 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,4 +79,5 @@ parachain = [ | |
"dep:zombienet-support" | ||
] | ||
e2e_parachain = [] | ||
unit_parachain = [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.