1
2
3
4
5
6
//! The `testing` module provides tools for applications to test their use of
//! CouchDB.

mod fake_server;

pub use self::fake_server::FakeServer;