fetch_ml/cli/tests
Jeremie Fraeys bb584b3410
test(cli): fix and update hash tests for current architecture
Fix broken hash tests to work with current CLI architecture:
- Update import to use @import(src) module system
- Add hash module export to utils.zig
- Make validatePath() public for testing
- Fix Zig 0.15 API: writeFile options struct, var tmp_dir for cleanup
- Fix file paths: use tmp_dir realpath for hashFile
- Replace std.fs.MAX_PATH_BYTES with 4096 buffer

All hash tests now passing.
2026-03-04 20:35:19 -05:00
..
config_test.zig feat: implement Zig CLI with comprehensive ML experiment management 2025-12-04 16:53:58 -05:00
dataset_test.zig feat: implement Zig CLI with comprehensive ML experiment management 2025-12-04 16:53:58 -05:00
hash_test.zig test(cli): fix and update hash tests for current architecture 2026-03-04 20:35:19 -05:00
jupyter_test.zig feat(cli): enhance Zig CLI with new commands and improved networking 2026-02-12 12:05:10 -05:00
logs_test.zig refactor(cli): reorganize queue commands and add logs test 2026-02-18 12:45:54 -05:00
main_test.zig chore: add review workflow and test updates 2026-02-16 20:39:09 -05:00
queue_test.zig feat(cli): enhance Zig CLI with new commands and improved networking 2026-02-12 12:05:10 -05:00
response_packets_test.zig feat(cli): enhance Zig CLI with new commands and improved networking 2026-02-12 12:05:10 -05:00
rsync_embedded_test.zig feat(cli): enhance Zig CLI with new commands and improved networking 2026-02-12 12:05:10 -05:00
status_prewarm_test.zig feat(cli): enhance Zig CLI with new commands and improved networking 2026-02-12 12:05:10 -05:00
sync_test.zig feat: implement Zig CLI with comprehensive ML experiment management 2025-12-04 16:53:58 -05:00