From 06e6d9344f358f60651923bb827c069272c22955 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Tue, 16 Apr 2019 01:43:04 +0200 Subject: Set up testing infrastructure and add some integration tests (fixes #68) --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 731927f..ce5cf24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,3 +45,11 @@ failure = "0.1.5" log = "0.4.6" strum = "0.15.0" strum_macros = "0.15.0" + +[dev-dependencies] +assert_cmd = "0.11" +rexpect = "0.3" +reqwest = "0.9" +assert_fs = "0.11" +select = "0.4" +portpicker = "0.1" -- cgit v1.2.3