From 11bf3461f3f8181494520bfbae135ab669636129 Mon Sep 17 00:00:00 2001 From: Felix Nolte Date: Wed, 29 Apr 2020 17:22:02 +0200 Subject: [PATCH] Add goldenfile (testing library) A library for doing goldenfile testing (testing by comparing test-generated files to older files) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c76dce..73e0368 100644 --- a/README.md +++ b/README.md @@ -635,6 +635,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust Tools](https:// * [tarpaulin](https://crates.io/crates/cargo-tarpaulin) — A code coverage tool designed for Rust [](https://travis-ci.org/xd009642/tarpaulin) * [trust](https://github.com/japaric/trust) — A Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows * [fake-rs](https://github.com/cksac/fake-rs) — A library for generating fake data [](https://travis-ci.org/cksac/fake-rs) +* [goldenfile](https://github.com/calder/rust-goldenfile) - A library providing a simple API for goldenfile testing. [](https://travis-ci.org/calder/rust-goldenfile) ### Transpiling