From f3f00317e6e0233f671a7fab38b5ae8a8a929dae Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 20:35:30 +0000 Subject: [PATCH] Initial upload: git-insights-cli with CI/CD workflow --- tests/__init__.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/__init__.py diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..d2697e5 --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1,6 @@ +from tests.conftest import * +from tests.test_models import * +from tests.test_cli import * +from tests.test_formatters import * + +__all__ = []