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")