From 78725e3d06963c1441743378e2f6a9052db8a6a1 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sat, 16 Aug 2025 13:21:56 +0100 Subject: [PATCH] Add a basic test --- tests/test_basic.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/test_basic.py diff --git a/tests/test_basic.py b/tests/test_basic.py new file mode 100644 index 0000000..3777690 --- /dev/null +++ b/tests/test_basic.py @@ -0,0 +1,2 @@ +def test_import(): + import smsbot \ No newline at end of file