Commit graph

2 commits

Author SHA1 Message Date
jedarden
7a3627f153 test(bf-1pxdm): implement PDF fixture discovery for forms tests
Add discover_pdf_fixtures function to recursively find all PDF files in
tests/fixtures/forms/ directory using walkdir. Includes test that prints
discovered fixture names to stdout.

Acceptance criteria:
- walkdir is available in crates/pdftract-cli/Cargo.toml
- discover_pdf_fixtures function returns Vec<PathBuf> of discovered PDFs
- test_discover_pdf_fixtures runs and prints fixture names
- No compilation errors

Closes bf-1pxdm.
2026-07-05 15:22:26 -04:00
jedarden
17e7cfb81b test(bf-2y7uh): create forms_integration test module scaffold
- Created tests/forms_integration.rs with basic test module structure
- Created tests/mod.rs to aggregate test modules
- Added module documentation for forms integration tests
- File compiles successfully with cargo test --test forms_integration

Acceptance criteria:
- tests/forms_integration.rs exists ✓
- tests/mod.rs includes the module declaration ✓
- cargo test --test forms_integration compiles ✓
- File has basic test module skeleton ✓

Closes bf-2y7uh
2026-07-05 15:12:07 -04:00