Skip to content

Commit

Permalink
Remove sdk-harness script lib. (FuelLabs#1700)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerjohn authored May 26, 2022
1 parent e3ac9c4 commit 1403467
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 73 deletions.
3 changes: 0 additions & 3 deletions test/src/sdk-harness/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ sha2 = "0.10"
sha3 = "0.10.1"
tokio = { version = "1.12", features = ["rt", "macros"] }

[dev-dependencies]
test-helpers = { path = "./test_helpers"}

[[test]]
harness = true
name = "integration_tests"
Expand Down
11 changes: 0 additions & 11 deletions test/src/sdk-harness/Forc.lock

This file was deleted.

8 changes: 0 additions & 8 deletions test/src/sdk-harness/Forc.toml

This file was deleted.

4 changes: 2 additions & 2 deletions test/src/sdk-harness/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ cd sway/test/src/sdk-harness
```

This will build all contracts and scripts under the `sway/test/src/sdk-harness` directory.
After a sucessfull build of all the projects:
After a successful build of all the projects:

```sh
forc test
cargo test
```

For more on the usage of Forc for testing, see: <https://fuellabs.github.io/sway/latest/forc/commands/forc_test.html>
4 changes: 0 additions & 4 deletions test/src/sdk-harness/src/main.sw

This file was deleted.

11 changes: 0 additions & 11 deletions test/src/sdk-harness/test_helpers/Cargo.toml

This file was deleted.

34 changes: 0 additions & 34 deletions test/src/sdk-harness/test_helpers/src/lib.rs

This file was deleted.

0 comments on commit 1403467

Please sign in to comment.