Skip to content

Commit

Permalink
Add unit tests for collection iterators
Browse files Browse the repository at this point in the history
Added unit tests to test the behavior of collection iterators for thoses
cases that cassandra tests may not cover.
  • Loading branch information
Gor027 committed Jun 29, 2023
1 parent 63e1907 commit 4be63a8
Show file tree
Hide file tree
Showing 3 changed files with 338 additions and 6 deletions.
46 changes: 40 additions & 6 deletions scylla-rust-wrapper/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 scylla-rust-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ chrono = "0.4.20"

[dev-dependencies]
assert_matches = "1.5.0"
scylla-cql = "0.0.7"
ntest = "0.9.0"
rusty-fork = "0.3.0"
bytes = "1.4.0"
scylla-proxy = { git = "https://github.com/Gor027/scylla-rust-driver.git", rev = "6585f06"}

[lib]
Expand Down
Loading

0 comments on commit 4be63a8

Please sign in to comment.