logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

unit_diff - command-line filter to diff expected results from actual results

Author

       Ryan Davis, Eric Hodel, seattle.rb

       This manual page is written by Praveen Arimbrathodiyl <praveen@debian.org> for Debian GNU System
       (GNU/Linux, GNU/kFreeBSD, GNU/Hurd).

ZenTest"                                           2022-06-14                                     UNIT_DIFF.1(1)

Description

unit_diff is a command-line filter to diff expected results from actual results and allow you to quickly
       see exactly what is wrong.  Do note that minitest 2.2+ provides an enhanced assert_equal obviating the
       need for unit_diff.

       See /usr/share/doc/ruby-zentest/ for more details.

Name

       unit_diff - command-line filter to diff expected results from actual results

Synopsis

./TestMyProject.rb | unit_diff

See Also