Skip to content

Commit 420780c

Browse files
committed
wip
1 parent 8c5b044 commit 420780c

File tree

15 files changed

+13
-13
lines changed

15 files changed

+13
-13
lines changed

docs/testing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test-prepare-request anthropic
1919
test-prepare-request gemini
2020

2121
# Test specific case
22-
test-prepare-request anthropic image-document
22+
test-prepare-request anthropic document-image
2323

2424
# Test with real API calls (⚠️ consumes tokens!)
2525
test-prepare-request anthropic --call "your-api-key"
@@ -40,13 +40,13 @@ tests/
4040
│ │ ├── img.png
4141
│ │ └── doc.md
4242
│ └── prepare-request/ # Provider transformation tests
43-
│ ├── text-document/
43+
│ ├── document-text/
4444
│ │ ├── input.json # Normalized context window format
4545
│ │ ├── expected-anthropic.json
4646
│ │ └── expected-gemini.json
4747
│ ├── cache-control/ # Tests Anthropic's 4-breakpoint limit
48-
│ ├── pdf-document/ # Dynamic asset loading
49-
│ └── image-document/
48+
│ ├── document-pdf/ # Dynamic asset loading
49+
│ └── document-image/
5050
├── schema/
5151
│ └── test-schema-generation.nu # Tests normalized format generation
5252
└── providers/
@@ -107,7 +107,7 @@ Add expected output files:
107107

108108
```bash
109109
# Support new provider
110-
echo '{}' > tests/fixtures/prepare-request/text-document/expected-newprovider.json
110+
echo '{}' > tests/fixtures/prepare-request/document-text/expected-newprovider.json
111111
```
112112

113113
### Adding Methods

0 commit comments

Comments
 (0)