18 lines
627 B
Markdown
18 lines
627 B
Markdown
# 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.
|