mastodon / flodgatt

A blazingly fast drop-in replacement for the Mastodon streaming API server
GNU Affero General Public License v3.0
87 stars 7 forks source link

Extract tests to separate files #113

Closed codesections closed 4 years ago

codesections commented 4 years ago

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.