From cc6896cca0839f5d97c5daee8ffba824c3c0d229 Mon Sep 17 00:00:00 2001 From: Dirk Van Haerenborgh Date: Thu, 14 Nov 2019 19:22:38 +0100 Subject: add more tests --- tests/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/lib.rs') diff --git a/tests/lib.rs b/tests/lib.rs index c5095f4..bd3138d 100644 --- a/tests/lib.rs +++ b/tests/lib.rs @@ -8,4 +8,6 @@ extern crate lettre_email; mod fixtures; mod test_database; +mod test_thread; +mod test_message; -- cgit v1.2.1