1 unstable release
Uses old Rust 2015
0.1.0 | Apr 15, 2018 |
---|
#18 in #integration-testing
Used in 2 crates
630KB
15K
SLoC
Rincon Test Helper
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.
Dependencies
~15–24MB
~391K SLoC