From 1b181ccefb3c4edc56370f91bfb3b973b52ae271 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 29 Jan 2026 16:55:30 +0000 Subject: [PATCH] Add integration tests --- .tests/integration/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 .tests/integration/__init__.py diff --git a/.tests/integration/__init__.py b/.tests/integration/__init__.py new file mode 100644 index 0000000..c66cd71 --- /dev/null +++ b/.tests/integration/__init__.py @@ -0,0 +1 @@ +"""Integration tests package."""