embers-test-support 0.1.0

Shared integration-test harnesses and helpers for Embers crates.
1
2
3
4
5
6
7
8
9
10
11
mod cli;
mod protocol;
mod pty;
mod server;
mod test_lock;

pub use cli::{cargo_bin, cargo_bin_path};
pub use protocol::TestConnection;
pub use pty::{PtyHarness, is_pty_available};
pub use server::TestServer;
pub use test_lock::{InterprocessTestLock, acquire_test_lock};