rincon_test_helper 0.1.0

Helper crate for integration tests with an ArangoDB server
Documentation

Rincon Test Helper

Crates.io Docs.rs Apache-2.0 Join the chat

The rincon_test_helper crate provides functions to support integration tests with an ArangoDB server. This crate is mainly for being used internally in this project to factor out common setup and teardown functionality of the integration tests.

The rincon_test_helper crate is part of the Rincon ArangoDB Rust driver project.

Usage

To use the test helpers for integration tests in your own project add this to your Cargo.toml:

[dev-dependencies]
rincon_test_helper = "0.1"

And this to your crate root:

#[cfg(test)] extern crate rincon_test_helper;

License

Licensed under Apache License, Version 2.0 see LICENSE or http://www.apache.org/licenses/LICENSE-2.0 for details.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.