generated from personal-projects/leo-claude-mktplace
[Sprint 01] refactor: Move tests to repository root and update imports #21
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Move test suite from
src/gitea_mcp_remote/tests/to repository roottests/directory and update all test imports to use new package name.Dependencies
Tasks
src/gitea_mcp_remote/tests/totests/tests/conftest.pytests/test_config.pytests/test_middleware.pytests/test_filtering.pypytest.inito usetestpaths = testsAcceptance Criteria
tests/src/gitea_mcp_remote/tests/gitea_mcp_remotepackage namepytest tests/ -vtestpaths = testsImplementation Reference
See
docs/sprint-proposals/sprint-01-implementation-guide.md- Phase 3, Issues #5-6Estimated Time: 1-2 hours
Completed and merged in commit
c3caf4e(Merge feat/21-move-tests: Move tests to repository root)