From b77299106048c4fa3588e2667ff7766ba8730d66 Mon Sep 17 00:00:00 2001 From: AlexNg Date: Sun, 4 Feb 2024 21:47:13 +0800 Subject: [PATCH] test: Added checking for thread core package --- tests/__init__.py | 0 tests/test_placeholder.py | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 tests/__init__.py create mode 100644 tests/test_placeholder.py diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/test_placeholder.py b/tests/test_placeholder.py new file mode 100644 index 0000000..d20e63f --- /dev/null +++ b/tests/test_placeholder.py @@ -0,0 +1,4 @@ +def test_packagesExist(): + import thread + + assert thread