test: ensure tests package is importable #36
Reference in New Issue
Block a user
Delete Branch "fix/issue-15"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add
tests/__init__.pyto maketests/a proper Python package, enabling cross-imports between test modules.Changes
tests/__init__.py- makes tests/ a packageTest Results
All 145 tests pass:
tests/: 90 testsapps/telegram-bot/tests/: 55 testsIssue
Fixes #15 - Task 9: Write tests for new architecture
lgtm