
    Vh                     8    d Z ddlmZ ddlmZ  G d dee      Zy)zB
Tests for the command-line mailer tool provided by Twisted Mail.
    )ScriptTestsMixin)TestCasec                       e Zd ZdZddZy)ScriptTestsz.
    Tests for all one of mail's scripts.
    Nc                 &    | j                  d       y )Nzmail/mailmail)
scriptTest)selfs    N/home/dcms/DCMS/lib/python3.12/site-packages/twisted/mail/test/test_scripts.pytest_mailmailzScriptTests.test_mailmail   s    (    )returnN)__name__
__module____qualname____doc__r    r   r
   r   r      s    )r   r   N)r   !twisted.scripts.test.test_scriptsr   twisted.trial.unittestr   r   r   r   r
   <module>r      s!    ? +)(, )r   