File: test_status.py

package info (click to toggle)
aiosmtplib 4.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 572 kB
  • sloc: python: 5,516; makefile: 20; sh: 6
file content (10 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
"""
Test status import shim.
"""

from aiosmtplib.status import SMTPStatus as OldImportSMTPStatus
from aiosmtplib.typing import SMTPStatus


def test_status_import() -> None:
    assert OldImportSMTPStatus is SMTPStatus