test: ensure tests package is importable #36

Merged
shoko merged 1 commits from fix/issue-15 into main 2026-04-03 21:10:27 +02:00
Owner

Summary

Add tests/__init__.py to make tests/ a proper Python package, enabling cross-imports between test modules.

Changes

  • Added tests/__init__.py - makes tests/ a package

Test Results

All 145 tests pass:

  • tests/: 90 tests
  • apps/telegram-bot/tests/: 55 tests

Issue

Fixes #15 - Task 9: Write tests for new architecture

## Summary Add `tests/__init__.py` to make `tests/` a proper Python package, enabling cross-imports between test modules. ## Changes - Added `tests/__init__.py` - makes tests/ a package ## Test Results All 145 tests pass: - `tests/`: 90 tests - `apps/telegram-bot/tests/`: 55 tests ## Issue Fixes #15 - Task 9: Write tests for new architecture
shoko added 1 commit 2026-04-03 17:13:12 +02:00
Add tests/__init__.py to make tests/ a proper Python package,
enabling cross-imports between test modules (e.g., test_services
importing from test_ports).

All 145 tests pass:
- tests/: 90 tests
- apps/telegram-bot/tests/: 55 tests
han approved these changes 2026-04-03 21:09:24 +02:00
han left a comment
Collaborator

lgtm

lgtm
shoko merged commit 411e19e5d7 into main 2026-04-03 21:10:27 +02:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shoko/jigaido#36