Files
git-insights-cli/tests/__init__.py
7000pctAUTO f3f00317e6
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
CI / release (push) Has been cancelled
Initial upload: git-insights-cli with CI/CD workflow
2026-01-30 20:35:30 +00:00

7 lines
140 B
Python

from tests.conftest import *
from tests.test_models import *
from tests.test_cli import *
from tests.test_formatters import *
__all__ = []