From 1bcc50ba310d5a8b50b03d487e201cb0038a4d34 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Wed, 24 Apr 2019 03:38:22 +0200 Subject: Add a couple more integration tests --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7772233..fae2b9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,8 +48,9 @@ strum_macros = "0.15.0" [dev-dependencies] assert_cmd = "0.11" -rexpect = "0.3" reqwest = "0.9" assert_fs = "0.11" select = "0.4" port_check = "0.1" +rstest = "0.2" +pretty_assertions = "0.5" -- cgit v1.2.3 From 5bb2c3aaa8c6432122a02341abc1de5e930c692a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 24 Apr 2019 04:34:41 +0000 Subject: Bump pretty_assertions from 0.5.1 to 0.6.1 Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 0.5.1 to 0.6.1. - [Release notes](https://github.com/colin-kiegel/rust-pretty-assertions/releases) - [Commits](https://github.com/colin-kiegel/rust-pretty-assertions/compare/v0.5.1...v0.6.1) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fae2b9a..0708a8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,4 +53,4 @@ assert_fs = "0.11" select = "0.4" port_check = "0.1" rstest = "0.2" -pretty_assertions = "0.5" +pretty_assertions = "0.6" -- cgit v1.2.3