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

rincon_test_helper

用于与ArangoDB服务器进行集成测试的辅助包

1 个不稳定版本

使用旧Rust 2015

0.1.0 2018年4月15日

#18 in #集成测试


2 个crate使用

Apache-2.0

630KB
15K SLoC

Rincon Test Helper

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

rincon_test_helper crate 提供了支持与ArangoDB服务器进行集成测试的功能。这个crate主要是在本项目内部使用,用于提取集成测试的公共设置和拆解功能。

rincon_test_helper crate 是Rincon ArangoDB Rust驱动项目的一部分。

使用方法

要在自己的项目中使用集成测试的测试辅助工具,请将以下内容添加到您的 Cargo.toml

[dev-dependencies]
rincon_test_helper = "0.1"

并将以下内容添加到您的crate根目录

#[cfg(test)] extern crate rincon_test_helper;

许可协议

Apache License 2.0许可
有关详细信息,请参阅 LICENSEhttps://apache.ac.cn/licenses/LICENSE-2.0

贡献

除非您明确声明,否则根据Apache-2.0许可中定义的,您有意提交的任何贡献,都应按上述方式许可,不附加任何额外条款或条件。

依赖项

~15–24MB
~391K SLoC