aboutsummaryrefslogtreecommitdiff
path: root/tests/test_poker.py
diff options
context:
space:
mode:
authorPaul Harrison <paul@harrison.sh>2022-12-15 15:59:38 +0000
committerPaul Harrison <paul@harrison.sh>2022-12-15 16:02:01 +0000
commit3899da2f5270d61fa86b090e35f92323c82a5161 (patch)
tree71199b3baf30b41c2c9eb58b43b277933d63956e /tests/test_poker.py
chore: Initial project setup
Diffstat (limited to 'tests/test_poker.py')
-rw-r--r--tests/test_poker.py4
1 files changed, 4 insertions, 0 deletions
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
+