Expand description

Git Interactive Rebase Tool - Test Utils

Description

To facilitate testing the usages of this project, this crate contains a set of testing utilities. These utilities are not tested, are often optimized for developer experience, rather than performance, and should only be used in test code.

Macros

Asserts that expression returns Err(E) variant and its value of E type equals to the right expression.

Asserts that expression returns Err(E) variant in runtime.