mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
test: Add a new integration test with minor dialogs
This patch adds a new integration test, which executes various small dialogs, to cover corner cases that are not well covered (according to our coverage report). For example, "EHLO" without domain, or invalid DATA. While we could do them via Go tests, this way is more realistic, and the tests are easier to write.
This commit is contained in:
9
test/t-12-minor_dialogs/unknown_command.cmy
Normal file
9
test/t-12-minor_dialogs/unknown_command.cmy
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
c tcp_connect localhost:1025
|
||||
|
||||
c <~ 220
|
||||
c -> EHLO localhost
|
||||
c <... 250 HELP
|
||||
c -> WHATISTHIS
|
||||
c <- 500 unknown command
|
||||
|
||||
Reference in New Issue
Block a user