pdftract/crates/pdftract-cli
jedarden 0891c2adfd test(bf-4djms): add missing std library imports to encryption test file
Added required imports for encryption testing:
- std::error::Error (for error handling)
- std::env (environment variable access)
- std::io::{self, Write} (for I/O and stdin writing in password tests)
- std::time::Duration (for timeouts)

Updated workspace_root() to use imported 'env' for consistency.
File compiles without warnings.

Acceptance criteria:
- All required std imports present: PASS
- File compiles without errors: PASS
- No unused import warnings: PASS

Closes bf-4djms
2026-07-06 12:34:47 -04:00
..
benches test(bf-3x4rp): add missing Stdio import to encryption test files 2026-07-06 12:27:52 -04:00
examples test(bf-3f9q8): add SSRF URL test cases and assertions 2026-07-06 12:09:31 -04:00
src test(bf-3f9q8): add SSRF URL test cases and assertions 2026-07-06 12:09:31 -04:00
tests test(bf-4djms): add missing std library imports to encryption test file 2026-07-06 12:34:47 -04:00
-.json feat(pdftract-4k1x4): complete Phase 4 Text Assembly and Layout 2026-06-08 09:09:37 -04:00
build.rs test(bf-3f9q8): add SSRF URL test cases and assertions 2026-07-06 12:09:31 -04:00
Cargo.toml test(bf-5cnj8): add comprehensive CLI module imports for encryption testing 2026-07-05 18:54:48 -04:00
header chore(pdftract-36glh): remove unused JpxDecoder import and add verification note 2026-05-28 05:23:13 -04:00
pdftract-cli.cdx.json feat(pdftract-67tm8): implement MCP stdio transport with integration tests 2026-05-23 00:16:42 -04:00