From 2db5383850acf5a6f35d69626baf91a136cf81fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Sat, 16 May 2026 10:47:13 +0100 Subject: [PATCH] Move test_sort.py under test/dbcore --- test/dbcore/__init__.py | 0 test/{ => dbcore}/test_sort.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/dbcore/__init__.py rename test/{ => dbcore}/test_sort.py (100%) diff --git a/test/dbcore/__init__.py b/test/dbcore/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/test/test_sort.py b/test/dbcore/test_sort.py similarity index 100% rename from test/test_sort.py rename to test/dbcore/test_sort.py