From 807c36d13380fd6c5f0750c07ea6ca9399b89b5e Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Wed, 6 Aug 2025 13:01:10 +0800 Subject: [PATCH] chore: move unit tests to conventional directory --- test.py => tests/test.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test.py => tests/test.py (100%) diff --git a/test.py b/tests/test.py similarity index 100% rename from test.py rename to tests/test.py