Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 9ea6f2f

Browse files
author
Doug Wright
committed
Add information to integration test instructions for creating the necessary test data
1 parent a3b7462 commit 9ea6f2f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/development.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,11 @@ ENV_VLLM_KEY=<YOUR_KEY>
173173
ENV_ANTHROPIC_KEY=<YOUR_KEY>
174174
```
175175

176+
Then run import_packages to ensure integration test data is created:
177+
```bash
178+
python scripts/import_packages.py
179+
```
180+
176181
Then the integration tests can be executed by running:
177182
```bash
178183
python tests/integration/integration_tests.py

0 commit comments

Comments
 (0)