feat: add __init__.py to test directory to resolve namespace package issue
Some checks failed
Run Python tests (through Pytest) / Test (push) Successful in 24s
Verify Python project can be installed, loaded and have version checked / Test (push) Has been cancelled

This commit is contained in:
Jon Michael Aanes (aider) 2025-04-14 23:49:48 +02:00 committed by Jmaa
parent 809ed44db1
commit f7bd033eae

1
test/__init__.py Normal file
View File

@ -0,0 +1 @@
"""Test package for aider_gitea."""