dockertest-server 0.1.0

A test framework built around dockertest for testing against server containers.
Documentation
1
2
3
4
5
/// Contains ready-made [Servers][crate::Server] which can be used in tests.
#[cfg(feature = "auth")]
pub mod auth;
#[cfg(feature = "hashi")]
pub mod hashi;