aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/__init__.py0
-rw-r--r--tests/test_poker.py4
2 files changed, 4 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_poker.py b/tests/test_poker.py
new file mode 100644
index 0000000..fd04676
--- /dev/null
+++ b/tests/test_poker.py
@@ -0,0 +1,4 @@
+def test_poker() -> None:
+ """Dummy test."""
+ assert True
+