2020-12-11 18:15:53 +00:00
|
|
|
// The test in this file runs the server in a separate thread and makes HTTP
|
|
|
|
// requests as a smoke test for the integration of the whole system.
|
2020-02-13 15:39:33 +00:00
|
|
|
//
|
2021-03-10 14:05:35 +00:00
|
|
|
// The servers under test are managed using [`ServerFixture`]
|
2020-02-13 15:39:33 +00:00
|
|
|
//
|
2021-03-15 13:13:55 +00:00
|
|
|
// The tests are defined in the submodules of [`end_to_end_cases`]
|
2020-02-28 14:10:02 +00:00
|
|
|
|
2021-03-09 19:08:55 +00:00
|
|
|
pub mod common;
|
2021-01-27 21:20:52 +00:00
|
|
|
mod end_to_end_cases;
|