Skip to content

Commit 881a3c2

Browse files
authored
ci: Fix CI checks and tests
- Add `__init__.py` for proper package imports - Change pytest import mode to importlib PR-473: #473
1 parent 8d251fc commit 881a3c2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

config/pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
addopts =
33
--cov
44
--cov-config config/coverage.ini
5+
--import-mode=importlib
56
testpaths =
67
packages/*/tests
78

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Tests suite for `griffecli`."""

0 commit comments

Comments
 (0)