aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 2 insertions, 12 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 557be55..b110a6a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -68,16 +68,6 @@ imap-types = { git = "https://github.com/duesee/imap-codec", branch = "v2" }
imap-codec = { git = "https://github.com/duesee/imap-codec", branch = "v2" }
[[test]]
-name = "rfc3501_imap4rev1_base"
-path = "tests/rfc3501_imap4rev1_base.rs"
-harness = false
-
-[[test]]
-name = "rfc3691_imapext_unselect"
-path = "tests/rfc3691_imapext_unselect.rs"
-harness = false
-
-[[test]]
-name = "rfc6851_imapext_move"
-path = "tests/rfc6851_imapext_move.rs"
+name = "behavior"
+path = "tests/behavior.rs"
harness = false