rincon_test_helper

Crates.iorincon_test_helper
lib.rsrincon_test_helper
version0.1.0
sourcesrc
created_at2018-04-15 10:14:33.268984
updated_at2018-04-15 10:14:33.268984
descriptionHelper crate for integration tests with an ArangoDB server
homepage
repositoryhttps://github.com/innoave/rincon
max_upload_size
id60727
size17,895
Harald Maida (haraldmaida)

documentation

README

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.

Commit count: 213

cargo fmt