From 31c85b2a88c2aaaa8f7adef3751cd9ad59336828 Mon Sep 17 00:00:00 2001 From: xianzuyang9-blip Date: Tue, 9 Jun 2026 07:11:54 +0800 Subject: [PATCH] test: package tests for shared imports --- tests/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/__init__.py diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..f768af1 --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1 @@ +"""Test package for shared vendored test helpers."""