sync from monorepo @ 2452e92e

This commit is contained in:
2026-05-08 01:59:04 +02:00
commit b03dc15371
459 changed files with 129586 additions and 0 deletions
@@ -0,0 +1,17 @@
# Test Fixtures
This directory contains test fixtures for dirigent_tools tests.
## Files
- **sample_text.txt** - Simple multi-line text file
- **unicode_text.txt** - File with Unicode characters (emoji, CJK, special chars)
- **large_text.txt** - File for testing size limits (initially small, can be expanded in tests)
- **binary_sample.bin** - Binary file (non-UTF-8) - to be created programmatically in tests
## Usage
These fixtures are used by integration tests in `packages/dirigent_tools/tests/`.
Test utilities in `tests/common/mod.rs` provide helpers for creating temporary copies
and working with these fixtures.