docs: clarify test dependency install in CLAUDE.md #2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user