move selftests to subdirectory and run more selftests

This commit is contained in:
Arpad Borsos
2022-07-09 12:23:37 +02:00
parent 260a713186
commit fc84c9d9a3
11 changed files with 55 additions and 14 deletions

11
tests/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
publish = false
name = "rust-cache"
version = "0.1.0"
authors = ["Arpad Borsos <arpad.borsos@googlemail.com>"]
edition = "2018"
[dev-dependencies]
reqwest = "0.11.0"
clap = "3"
actix-web = { git = "https://github.com/actix/actix-web.git", rev = "bd26083f333ecf63e3eb444748250364ce124f5e" }