From 1c1aa2d2fa6c49d9eaffdd4623808024d08de705 Mon Sep 17 00:00:00 2001 From: oliver Date: Mon, 7 Jun 2021 18:23:10 +0900 Subject: [PATCH] Added doc on how to run integration tests --- tests/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/README.md diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 000000000..bacb5bc9e --- /dev/null +++ b/tests/README.md @@ -0,0 +1,8 @@ +# Integration test + +## Usage +Here is a preview implementation of the integration test. + +``` +$ cargo test --test integration +```