golden-tests icon indicating copy to clipboard operation
golden-tests copied to clipboard

A golden file testing library for rust

Results 3 golden-tests issues
Sort by recently updated
recently updated
newest added

Hi jfecher, thank you for creating this nice testing utility (and documenting it well 💯 👍🏻 ). I enjoy using it. There is one thing I would like to have:...

From an idea in #3 - if no test commands were found within a file this is usually indicative of the user giving the wrong test prefix. For example, a...

enhancement
good first issue

Currently all tests are tested sequentially. The inputs of each test do not depend on any other test so we could run them in parallel batches instead to improve testing...

enhancement