docs: clarify test dependency install in CLAUDE.md #2

Closed
sdk-dev wants to merge 1 commits from docs/test-dependency-install into main
+1 -1
View File
@@ -26,7 +26,7 @@ Both packages are published together as `molecule-ai-sdk` on PyPI (`setuptools`,
# Install in dev mode
pip install -e .
# Run the full suite
# Run the full suite (requires test extras: pip install -e ".[test]")
pytest
# Run only molecule_agent tests (remote-agent client)