Skip to content

Commit

Permalink
Restructuring integration tests to make them more compact and easier … (
Browse files Browse the repository at this point in the history
#173)

* Restructuring integration tests to make them more compact and easier to read

* Further refactoring, made clippy rules more strict about function length and complexity
  • Loading branch information
zajko authored Aug 29, 2023
1 parent 48f4996 commit 2ad8236
Show file tree
Hide file tree
Showing 32 changed files with 2,823 additions and 2,355 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cognitive-complexity-threshold = 20
too-many-lines-threshold = 41
4 changes: 3 additions & 1 deletion listener/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.65"
async-trait = "0.1.72"
bytes = "1.2.0"
casper-event-types = { path = "../types", version = "0.1.0" }
casper-types = { version = "3.0.0", features = ["std"] }
Expand All @@ -22,6 +23,7 @@ url = "2.3.1"

[dev-dependencies]
casper-event-types = { path = "../types", version = "0.1.0", features = ["sse-data-testing"]}
eventsource-stream = "0.2.3"
futures-util = "0.3.28"
portpicker = "0.1.1"
warp = { version = "0.3.3"}
warp = { version = "0.3.3"}
Loading

0 comments on commit 2ad8236

Please sign in to comment.