Commit 2c8b21b
committed
fix(tests): update test document paths after directory refactoring
Update test file paths across all language bindings to reflect the
reorganized test_documents directory structure:
- pdfs_with_tables/ → pdf/
- pdfs/ → pdf/
- tables/ → images/
- legacy_office/ → doc/
- office/ → docx/
- orgmode/ → org/
- web/ → html/
- pandoc/ → markdown/
- misc/ → org/, epub/
- data_formats/ → json/, yaml/
- documents/ → docx/
Fix broken symlinks in test_documents/ directory.
Add validate_ground_truth.py script for benchmark validation.
Affected bindings: Rust, TypeScript, C#, PHP, Ruby, Python, Go, Java,
Elixir, WASM1 parent 6afdc2b commit 2c8b21b
File tree
85 files changed
+655
-502
lines changed- crates
- kreuzberg-node/tests/binding
- kreuzberg-tesseract/tests
- kreuzberg-wasm/typescript
- kreuzberg
- src/mcp/tools
- tests
- e2e
- csharp
- elixir/test/e2e
- go
- java/src/test/java/com/kreuzberg/e2e
- php/tests
- python/tests
- ruby/spec
- rust/tests
- typescript/tests
- wasm-deno
- wasm-workers/tests
- examples/wasm-deno
- packages
- csharp/Kreuzberg.Tests
- go/v4
- java/src/test/java/dev/kreuzberg
- php/tests
- Integration
- Unit
- python/tests
- ruby/spec/binding
- scripts
- test_documents
- data_formats
- docx
- pdf
- text
- xlsx
- tests/test_apps
- go
- java/src/test/java/com/kreuzberg/e2e
- wasm/tests
- tools/benchmark-harness
- scripts
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
85 files changed
+655
-502
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
396 | | - | |
| 395 | + | |
| 396 | + | |
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments