Skip to content

Commit

Permalink
Merge pull request #159 from nervosnetwork/quake/remove-testtool-publish
Browse files Browse the repository at this point in the history
chore: cleanup testtool
  • Loading branch information
jjyr authored Aug 12, 2024
2 parents a439682 + 1fa62eb commit 4ec6b79
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 670 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/cargo-publish-ckb-testtool.yml

This file was deleted.

5 changes: 4 additions & 1 deletion Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,13 @@ chrono = { version = "0.4.24", default-features = false, features = ["std"] }
xshell = "=0.2.2"
path_macro = "1.0.0"
ckb-sdk = "3.1"
ckb-testtool = { version = "0.12.0", path = "crates/testtool" }
ckb-testtool = "0.13"

[build-dependencies]
includedir_codegen = "0.6"

[workspace]
members = [
"crates/testtool",
"crates/tests",
]
exclude = ["tmp", "tests/test-contract"]
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
Capsule consists of:

- Capsule CLI - Scaffolding tool.
- [CKB-testtool](https://github.com/nervosnetwork/capsule/tree/develop/crates/testtool) - CKB scripts testing framework.

CKB supports several programming languages for writing scripts, and the language supporting libraries are maintained in the following repositories:

Expand Down
2 changes: 1 addition & 1 deletion crates/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ edition = "2021"

[dependencies]
anyhow = "1.0"
ckb-testtool = { path = "../testtool" }
ckb-testtool = "0.13"
ckb-system-scripts = "0.5"
2 changes: 1 addition & 1 deletion crates/tests/test-contract/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ckb-testtool = { path = "../testtool" }
ckb-testtool = "0.13"
26 changes: 0 additions & 26 deletions crates/testtool/Cargo.toml

This file was deleted.

10 changes: 0 additions & 10 deletions crates/testtool/src/builtin.rs

This file was deleted.

Loading

0 comments on commit 4ec6b79

Please sign in to comment.