aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/__init__.py0
-rw-r--r--tests/test_signald.py5
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/__init__.py
diff --git a/tests/test_signald.py b/tests/test_signald.py
new file mode 100644
index 0000000..8824272
--- /dev/null
+++ b/tests/test_signald.py
@@ -0,0 +1,5 @@
+from signald import Signal
+
+
+def test_signal():
+ Signal("+1234567890")