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

shindont - 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                                      SHINDONT.1(1)

Description

shindont runs tests non interactively. You can use it where speed matters (i.e. continuous integration).
       shindo with (n)o (t)race and much quieter output.

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

Example

       $ shindont <some_test_directory> +<foo>

       $ shindont <some_test_directory> -<bar>

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

Name

       shindont - simple depth first ruby testing

Options

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

Synopsis

       shindont [<something_tests.rb>]

       shindont [<some_test_directory>]

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

See Also