diff options
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 |