aboutsummaryrefslogtreecommitdiff
path: root/b3sum/tests/cli_tests.rs
AgeCommit message (Expand)Author
2025-02-28combine test_check and test_check_tagJack O'Connor
2025-02-28add testsLeah Neukirchen
2024-11-26another Windows-style newlines testJack O'Connor
2024-11-25add support for windows newlines in b3sum --checkJack O'Connor
2023-06-06add b3sum --seekJack O'Connor
2023-02-04suppress expected stderr prints in b3sum testsJack O'Connor
2023-02-04add a colon to the b3sum warning formatJack O'Connor
2023-02-04Add --check summary of failuresjoveian
2022-12-13test `b3sum --keyed` with bad key lengthsJack O'Connor
2021-02-28make derive_key() return an arrayJack O'Connor
2020-06-24put the file name in b3sum error outputJack O'Connor
2020-05-23add a test commentJack O'Connor
2020-05-23use wild::args_os to support globbing on WindowsJack O'Connor
2020-05-23add support for --quiet to `b3sum --check`Jack O'Connor
2020-05-14print per-file errros more gracefuly in --checkJack O'Connor
2020-05-13refactor b3sum to support --checkJack O'Connor
2020-05-13switch from assert_cmd to CARGO_BIN_EXE_*Jack O'Connor
2020-05-12add parse_check_lineJack O'Connor