summaryrefslogtreecommitdiff
path: root/servers/taskwarrior/tests/conftest.py
AgeCommit message (Collapse)Author
2025-12-19refactor: improve test configuration in TaskWarrior serverHEADmainDawid Rycerz
- Updated the import path for the `src` directory in the test configuration to use double quotes for consistency. - Enhanced the mocking of the `mcp.server.remote` module to improve test isolation. - Added spacing for better readability in the `conftest.py` file. - Ensured that the `taskwarrior_server` and `mcp_server_mock` fixtures are clearly defined with appropriate docstrings.
2025-12-19feat: create task warrior mcp serverDawid Rycerz