Files
hate_crack/tests
Justin Bollinger e2775b1e53 Add regression tests for asset path separation
Tests now verify that hashcat-utils are loaded from hate_crack repo
even when hcatPath points to a different directory (like /opt/hashcat).

Why previous tests didn't catch this bug:
- config.json.example has hcatPath = "" (empty)
- Code has fallback: hcatPath = config.get('hcatPath', '') or hate_path
- So hcatPath accidentally defaulted to hate_path during testing
- This masked the bug where utilities incorrectly used hcatPath

Added tests that would have caught this:
- test_hashcat_utils_uses_hate_path_not_hcat_path
- test_config_with_explicit_hashcat_path
- test_readme_documents_correct_usage

Also added code comment documenting the fallback behavior.
2026-02-01 22:06:52 -05:00
..
2026-01-30 16:39:03 -05:00
2026-02-01 20:46:01 -05:00
2026-02-01 20:46:01 -05:00
2026-02-01 20:46:01 -05:00
2026-01-27 20:04:45 -05:00
2026-01-26 22:05:19 -05:00
2026-01-26 22:05:19 -05:00
2026-01-30 16:39:03 -05:00
2026-01-30 16:47:05 -05:00