aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-01-04 11:51:14 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-01-04 11:51:14 +0100
commita93967a6f8f1c881c64879e61edc46d64c4c662e (patch)
treeeaeb891d82d30079d919e2b3faa82f9c711e66c3 /Cargo.toml
parenta0a7dd0ed6afac48c5d5c0b149efb8288d03e115 (diff)
downloadaerogramme-a93967a6f8f1c881c64879e61edc46d64c4c662e.tar.gz
aerogramme-a93967a6f8f1c881c64879e61edc46d64c4c662e.zip
create a single behavior test with all files
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