Hoverbear / old-raft-rs

[Incomplete] A Raft implementation in Rust
https://hoverbear.github.io/raft-rs/raft/
MIT License
266 stars 41 forks source link

change uses of log scoping in tests #50

Closed danburkert closed 9 years ago

danburkert commented 9 years ago

This commits remove uses of scoped_assert! in tests and introduce test-specific log scopes. See the commit messages for reasoning.

cc @james-darkfox