aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorStavros Korokithakis <hi@stavros.io>2018-12-06 05:06:18 +0200
committerStavros Korokithakis <hi@stavros.io>2018-12-06 05:47:59 +0200
commit1e9ed7db9489ddcc8238655e9235f5cca99b0adf (patch)
treeedad991f8d891682068fd38e916c6b4f2d6202ac /tests
downloadpysignald-1e9ed7db9489ddcc8238655e9235f5cca99b0adf.tar.gz
pysignald-1e9ed7db9489ddcc8238655e9235f5cca99b0adf.zip
Initial commit
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")