Rincon Test Helper

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

The rincontesthelper 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 rincontesthelper 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:

toml [dev-dependencies] rincon_test_helper = "0.1"

And this to your crate root: ```rust

[cfg(test)] extern crate rincontesthelper;

```

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.