From 3ed379cc1e5f4a8f5cd5b5cf26d2dc5ffc8ff191 Mon Sep 17 00:00:00 2001 From: kehiy Date: Mon, 15 Jul 2024 17:39:40 +0330 Subject: [PATCH] refactor: python normal test --- test/normal_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/normal_test.py b/test/normal_test.py index 49a30de..0cd719a 100644 --- a/test/normal_test.py +++ b/test/normal_test.py @@ -7,6 +7,7 @@ # TODO: writing test for method GET. # TODO: adding test bad cases such as invalid set/subset name. # TODO: popping items from global variables while dropping or cleaning them(?) +# TODO: adding python tests to github workflows. st = time.time()