ouch icon indicating copy to clipboard operation
ouch copied to clipboard

Add test for each crate::Error variant that can be reproduced.

Open marcospb19 opened this issue 4 years ago • 0 comments

This is important before a major release. Just to make sure that the errors are being correctly detected, from the CLI all the way to the conflict in output files, or folders.

The API for commands::run is already correctly exposed for testing, here's an example:

https://github.com/vrmiguel/ouch/blob/master/tests/compress_and_decompress.rs#L93-L97

marcospb19 avatar May 22 '21 08:05 marcospb19