sync from monorepo @ 2452e92e
This commit is contained in:
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
This is a large text file for testing size limits.
|
||||
@@ -0,0 +1,5 @@
|
||||
This is a sample text file for testing.
|
||||
It has multiple lines.
|
||||
Line 3
|
||||
Line 4
|
||||
Line 5
|
||||
@@ -0,0 +1,7 @@
|
||||
Unicode test file with various characters:
|
||||
|
||||
ASCII: Hello, World!
|
||||
Emoji: 👋 🌍 🚀 ✨
|
||||
CJK: 你好世界 こんにちは世界
|
||||
Special: Ñoño Crème brûlée
|
||||
Math: ∑ ∫ ∂ ∇ ∞
|
||||
Reference in New Issue
Block a user