add ui snapshot tests
commit192eaca5dc045a34ada50dbef920f9959732f809
authorJoão M. Bezerra <marcospb19@hotmail.com>
Sat, 16 Sep 2023 01:42:23 +0000 (15 22:42 -0300)
committerJoão Marcos <marcospb19@hotmail.com>
Sun, 17 Sep 2023 22:06:14 +0000 (17 19:06 -0300)
treed675dcdba2d7a54f6a4b7479b9c15e73b968c5c6
parentc7f69194e835912fe3df6d005cf793ae60008781
add ui snapshot tests

these tests are used to assert on Ouch's output for error reports and
progress logging
14 files changed:
Cargo.lock
Cargo.toml
tests/snapshots/ui__ui_test_err_compress_missing_extension.snap [new file with mode: 0644]
tests/snapshots/ui__ui_test_err_decompress_missing_extension.snap [new file with mode: 0644]
tests/snapshots/ui__ui_test_err_missing_files-2.snap [new file with mode: 0644]
tests/snapshots/ui__ui_test_err_missing_files-3.snap [new file with mode: 0644]
tests/snapshots/ui__ui_test_err_missing_files.snap [new file with mode: 0644]
tests/snapshots/ui__ui_test_ok_compress-2.snap [new file with mode: 0644]
tests/snapshots/ui__ui_test_ok_compress.snap [new file with mode: 0644]
tests/snapshots/ui__ui_test_ok_decompress.snap [new file with mode: 0644]
tests/snapshots/ui__ui_test_usage_help_flag-2.snap [new file with mode: 0644]
tests/snapshots/ui__ui_test_usage_help_flag.snap [new file with mode: 0644]
tests/ui.rs [new file with mode: 0644]
tests/utils.rs