From f7bd033eae1d2b7c569b186c0b2522d51b075358 Mon Sep 17 00:00:00 2001 From: "Jon Michael Aanes (aider)" Date: Mon, 14 Apr 2025 23:49:48 +0200 Subject: [PATCH] feat: add __init__.py to test directory to resolve namespace package issue --- test/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/__init__.py diff --git a/test/__init__.py b/test/__init__.py new file mode 100644 index 0000000..702f2c3 --- /dev/null +++ b/test/__init__.py @@ -0,0 +1 @@ +"""Test package for aider_gitea."""