Dustin C. Hatch 76cf57ebe0 Begin integration tests
Refactoring the code a bit here to make the `Rocket` instance available
to the integration tests.  To do this, we have to convert to a library
crate (`lib.rs`) with an executable entry point (`main.rs`).  This
allows the tests, which are separate crates, to import types and
functions from the library.

Besides splitting the `rocket` function into two parts (one in `lib.rs`
that creates the `Rocket<Build>` and another in `main.rs` that becomes
the process entry point), I have reworked the initialization process to
make better use of Rocket's "fairings" feature.  We don't want to call
`process::exit()` in a test, so if there is a problem reading the
configuration or initializing the context, we need to report it to
Rocket instead.
2025-04-05 17:07:39 -05:00
2025-04-05 17:07:39 -05:00
2025-04-05 17:07:39 -05:00
2025-04-05 17:07:39 -05:00
2025-04-05 17:07:39 -05:00
2025-04-05 17:07:39 -05:00
2025-04-05 17:07:39 -05:00
2025-04-05 17:07:19 -05:00
Description
No description provided
212 KiB
Languages
Rust 93.1%
Shell 6.5%
Just 0.4%