From 3899da2f5270d61fa86b090e35f92323c82a5161 Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Thu, 15 Dec 2022 15:59:38 +0000 Subject: chore: Initial project setup --- tests/__init__.py | 0 tests/test_poker.py | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 tests/__init__.py create mode 100644 tests/test_poker.py (limited to 'tests') diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29 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 + -- cgit v1.2.3