diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-04-26 03:00:00 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-04-26 03:00:00 +0000 |
commit | 3152c57e2586173cf6f6ee07447d964fa0fc714b (patch) | |
tree | 9b05e0e4b63f9410aa4892d80a125c3174d37349 /Cargo.toml | |
parent | Merge pull request #80 from boastful-squirrel/no_panics (diff) | |
download | miniserve-3152c57e2586173cf6f6ee07447d964fa0fc714b.tar.gz miniserve-3152c57e2586173cf6f6ee07447d964fa0fc714b.zip |
Use rstest test fixtures to cut down on code duplication in integration tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,5 +52,5 @@ reqwest = "0.9" assert_fs = "0.11" select = "0.4" port_check = "0.1" -rstest = "0.2" +rstest = { git = "https://github.com/la10736/rstest.git" } pretty_assertions = "0.6" |