#type-safe #nosql #database-client #driver #client #integration-tests

rincon_test_helper

Helper crate for integration tests with an ArangoDB server

1 unstable release

Uses old Rust 2015

0.1.0 Apr 15, 2018

#60 in #nosql


Used in 2 crates

Apache-2.0

630KB
15K SLoC

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.

Dependencies

~14–25MB
~379K SLoC