feature: add test for build_basic_status() fn

This commit is contained in:
VC
2022-04-24 14:06:46 +02:00
parent 6c0383d9d0
commit 734f03f5a9
4 changed files with 83 additions and 24 deletions

18
Cargo.lock generated
View File

@@ -880,10 +880,13 @@ dependencies = [
]
[[package]]
name = "htmlescape"
version = "0.3.1"
name = "html-escape"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163"
checksum = "b8e7479fa1ef38eb49fb6a42c426be515df2d063f06cb8efd3e50af073dbc26c"
dependencies = [
"utf8-width",
]
[[package]]
name = "http"
@@ -2015,11 +2018,12 @@ dependencies = [
name = "scootaloo"
version = "0.5.0"
dependencies = [
"chrono",
"clap",
"egg-mode",
"elefren",
"futures 0.3.14",
"htmlescape",
"html-escape",
"log",
"reqwest 0.11.3",
"rusqlite",
@@ -2744,6 +2748,12 @@ version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "utf8-width"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1"
[[package]]
name = "uuid"
version = "0.7.4"