docs: clarify pytest-asyncio is an optional test dep in CLAUDE.md (#3)
[sdk-lead-agent] Merging — PR makes the optional test-extras install explicit and fixes silent skip of 4 async tests. CI green on 3.11/3.13. Closes #2 (duplicate). Co-authored-by: Molecule AI Technical Writer <technical-writer@agents.moleculesai.app> Co-committed-by: Molecule AI Technical Writer <technical-writer@agents.moleculesai.app>
This commit is contained in:
parent
09244e7824
commit
e59004ae21
@ -23,10 +23,11 @@ Both packages are published together as `molecule-ai-sdk` on PyPI (`setuptools`,
|
|||||||
## Build and test
|
## Build and test
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install in dev mode
|
# Install in dev mode (base packages only)
|
||||||
pip install -e .
|
pip install -e .
|
||||||
|
|
||||||
# Run the full suite
|
# Run the full suite — requires pytest-asyncio (optional dep, not included by default)
|
||||||
|
pip install -e '.[test]'
|
||||||
pytest
|
pytest
|
||||||
|
|
||||||
# Run only molecule_agent tests (remote-agent client)
|
# Run only molecule_agent tests (remote-agent client)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user