From 9f8b70d6aa380c911f5c44a8649bcce5a8c65f6a Mon Sep 17 00:00:00 2001 From: Yazhou Cao Date: Tue, 13 Feb 2024 20:10:23 +0800 Subject: [PATCH] add tests --- tests/test_hello_world.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/test_hello_world.py diff --git a/tests/test_hello_world.py b/tests/test_hello_world.py new file mode 100644 index 00000000..608cef36 --- /dev/null +++ b/tests/test_hello_world.py @@ -0,0 +1,2 @@ +def test(): + assert 1 == 1