exa/src/options
Benjamin Sago f389943bf1 New macro for testing deduce errors
Sometimes, the type in the Ok part of the Result wouldn’t implement PartialEq, so the first macro (which uses assert_eq) won’t work. In these cases, this new macro can be used instead, which just unwraps the Err’s contents. In other cases, it can shave off a ) at the end of a few lines.
2017-08-10 13:59:09 +01:00
..
dir_action.rs Decouple assert_eq! and assert_parses 2017-08-09 13:41:07 +01:00
filter.rs Decouple assert_eq! and assert_parses 2017-08-09 13:41:07 +01:00
flags.rs Add tests for dir_option 2017-08-05 13:57:20 +01:00
help.rs Be stricter in strict mode 2017-08-09 09:21:29 +01:00
misfire.rs Be stricter in strict mode 2017-08-09 09:21:29 +01:00
mod.rs Extract table columns into a struct 2017-08-09 22:25:16 +01:00
parser.rs Make SizeFormat lenient, and add tests 2017-08-09 19:18:31 +01:00
version.rs Be stricter in strict mode 2017-08-09 09:21:29 +01:00
view.rs New macro for testing deduce errors 2017-08-10 13:59:09 +01:00