lablup / raftify

Experimental High level Raft framework
https://docs.rs/raftify/latest/raftify
Apache License 2.0
36 stars 14 forks source link

Use `pretty_assertions` in intergration tests #160

Open jopemachine opened 1 month ago

jopemachine commented 1 month ago

Ref: https://github.com/rust-pretty-assertions/rust-pretty-assertions

Devansh-Negi3839 commented 1 month ago

@jopemachine Could you please assign this to me? Also, according to my understanding, changes have to be made only in the harness/tests.

jopemachine commented 1 month ago

Sure, feel free to create a PR!

Also, according to my understanding, changes have to be made only in the harness/tests.

Yes, the integration tests refer to the tests under the harness directory.

Devansh-Negi3839 commented 1 month ago

@jopemachine Please check this PR. https://github.com/lablup/raftify/pull/163