Categories: None [Edit]

autotest-run_dependencies

https://rubygems.org/gems/autotest-run_dependencies
https://github.com/tobyclemson/autotest-run_dependencies
This gem provides a mechanism through which it is possible to specify that an arbitrary number of external dependencies are satisfied before a test run can be executed. Dependencies are added by specifying a name, command, satisfied_regexp and errors_regexp parameter for each. The command refers to a script that is run to satisfy or test the dependency. If the output of the command (either to standard output or standard error) matches the satisfied_regexp then the dependency is considered met otherwise any lines in the output matching errors_regexp are output and the dependency test waits for changes to the codebase before trying to satisfy the dependency again.

Total

Ranking: 114,003 of 196,832
Downloads: 6,811

Daily

Ranking: 63,661 of 196,799
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
2,14113,175,386ZenTest

Owners

#GravatarHandle
1icontobyclemson