Files
dirigent/crates/dirigent_tools/tests/test_fixtures
2026-05-08 01:59:04 +02:00
..
2026-05-08 01:59:04 +02:00
2026-05-08 01:59:04 +02:00
2026-05-08 01:59:04 +02:00
2026-05-08 01:59:04 +02:00

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.