Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

shindo - simple depth first ruby testing

Author

       Copyright 2009 geemus (Wesley Beary) - http://github.com/geemus

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

Ruby-Graphviz"                                     2024-02-22                                        SHINDO.1(1)

Description

shindo runs tests, optionally with tags support.  When tests fail you'll get lots of options to help you
       debug the problem, just enter '?' at the prompt to see your options.

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

Example

       $ shindo <some_test_directory> +<foo>

       $ shindo <some_test_directory> -<bar>

       $ shindo <some_test_directory> +<foo> -<bar>

Name

       shindo - simple depth first ruby testing

Options

       +<tag>    run just tests with the given tag -<tag>    run just tests without the given tag

Synopsis

       shindo [<something_tests.rb>]

       shindo [<some_test_directory>]

       shindo [<some_test_directory>] [+<tag>] [-<tag>]

See Also