From 64b0ec089a89c760e4851a156d27392a468bfae4 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 04:11:34 +0000 Subject: [PATCH] Add test configuration and fixtures --- 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..3368c51 --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1 @@ +"""Tests for dev-env-sync."""