aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_signald.py
blob: 801192b17f31dcf5ae1c3f4f02566dee4857b035 (plain) (blame)
1
2
3
4
5
6
7
8
def test_signal():
    from signald import Signal
    from signald.types import Message, Attachment

    # Smoke tests.
    Signal("+1234567890")
    Message("+1234567890", "+1234567891", "Hello!")
    Attachment("application/json", "123", 123, "/var/123")