flodgatt/src/redis_to_client_stream
Daniel Sockwell 81b454c88c
Extract tests to separate files (#113)
This very minor change moves tests from their current location in
submodules within the file under test into submodules in separate
files.  This is a slight deviation from the normal Rust convention
(though only very slight, since the module structure remains the
same).  However, it is justified here since the tests are fairly
verbose and including them in the same file was a bit unwieldy.
2020-03-31 09:05:51 -04:00
..
receiver Reorganize code, pt2 (#112) 2020-03-30 18:54:00 -04:00
redis Extract tests to separate files (#113) 2020-03-31 09:05:51 -04:00
client_agent.rs Reorganize code, pt2 (#112) 2020-03-30 18:54:00 -04:00
event_stream.rs Reorganize code, pt2 (#112) 2020-03-30 18:54:00 -04:00
mod.rs Reorganize code, pt2 (#112) 2020-03-30 18:54:00 -04:00