Add some tests

This commit is contained in:
ManyTheFish 2022-10-20 17:03:07 +02:00
parent c02ae4dfc0
commit 1d217cef19
2 changed files with 113 additions and 0 deletions

View file

@ -3,6 +3,7 @@
mod errors;
mod formatted;
mod pagination;
use crate::common::Server;
use once_cell::sync::Lazy;