diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-04 11:51:14 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-04 11:51:14 +0100 |
commit | a93967a6f8f1c881c64879e61edc46d64c4c662e (patch) | |
tree | eaeb891d82d30079d919e2b3faa82f9c711e66c3 /Cargo.toml | |
parent | a0a7dd0ed6afac48c5d5c0b149efb8288d03e115 (diff) | |
download | aerogramme-a93967a6f8f1c881c64879e61edc46d64c4c662e.tar.gz aerogramme-a93967a6f8f1c881c64879e61edc46d64c4c662e.zip |
create a single behavior test with all files
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -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 |