Initial upload: git-insights-cli with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
CI / release (push) Has been cancelled

This commit is contained in:
2026-01-30 20:35:30 +00:00
parent 1f925437cc
commit f3f00317e6

6
tests/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
from tests.conftest import *
from tests.test_models import *
from tests.test_cli import *
from tests.test_formatters import *
__all__ = []