mirror of
https://github.com/chatmail/relay.git
synced 2026-05-13 01:24:36 +00:00
5 lines
182 B
Python
5 lines
182 B
Python
def test_remotelog(remotelog, imap_or_smtp):
|
|
lineproducer = remotelog.iter(imap_or_smtp.logunit)
|
|
imap_or_smtp.connect()
|
|
assert imap_or_smtp.logunit in next(lineproducer)
|