You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For complete development documentation including the **3-step generation process** (Pydantic models → HTTP clients → High-level APIs), see **[📖 Package Developers Guide](docs/PACKAGE_DEVELOPERS_GUIDE.md)**.
461
461
462
462
463
-
## 🧪 Testing
463
+
## 🧪 Development and Testing
464
+
465
+
### Development Setup
466
+
467
+
For development, testing, and contributing:
468
+
469
+
```bash
470
+
pip install -r requirements-dev.txt
471
+
```
472
+
473
+
For most development work on python-alfresco-api, you can develop directly without regenerating code:
> **Note**: For proper pytest execution, work from the source directory with `pip install -e .` rather than testing from separate directories. This avoids import path conflicts.
0 commit comments