Skip to content

Commit

Permalink
Completely refactor E2E tests to be config driven.
Browse files Browse the repository at this point in the history
Rather than specifying which tests are to be run and how, we now can
describe each test with a TOML file.
  • Loading branch information
otrho committed Jun 20, 2022
1 parent 8f7c506 commit 86b123c
Show file tree
Hide file tree
Showing 234 changed files with 914 additions and 716 deletions.
8 changes: 1 addition & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ publish = false

[dependencies]
anyhow = "1.0.41"
assert_matches = "1.5.0"
forc = { path = "../forc", features = ["test"], default-features = false }
forc-util = { path = "../forc-util" }
fuel-asm = "0.5"
Expand All @@ -17,4 +16,5 @@ rand = "0.8"
regex = "1"
serde_json = "1.0.73"
tokio = "1.12"
toml = "0.5"
tracing = "0.1"
Loading

0 comments on commit 86b123c

Please sign in to comment.