aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/test.rb
AgeCommit message (Expand)Author
2014-09-18Implement `brew test --debug`Jack Nagel
2014-08-01add helpers for formula testsAdam Vandenberg
2014-07-11Try to workaround gem packaging shenanigansJack Nagel
2014-06-19Remove more unused requiresJack Nagel
2014-06-19Only "extend self" once on the Homebrew moduleJack Nagel
2014-06-18Stop hiding exceptions completely in `brew test`Jack Nagel
2014-06-18Fix `brew test` when conflicting minitest gems are installedJack Nagel
2014-06-12Support older Minitest constantJack Nagel
2014-06-04Rescue Minitest::Assertion under Ruby 2.0Jack Nagel
2013-08-19Rename HomebrewEnvExtension to StdenvJack Nagel
2013-06-08Make Test::Unit assertions available in formula testsJack Nagel
2013-06-08brew-test: add five minute timeout.Mike McQuaid
2013-01-07Detect when tests are definedJack Nagel
2012-09-11test: be less eager to set up the build environmentJack Nagel
2012-04-30Add ofail command and fix bottle command output.Mike McQuaid
2012-04-20test: improve "formula not installed" error textJack Nagel
2012-03-29Exit with bad exit code on command failures.Mike McQuaid
2012-03-13`brew test` now gets a compilation environmentAdam Vandenberg
2012-02-18test: returning false indicates failureJack Nagel
2012-02-04Warn the user of required argumentsJack Nagel
2011-03-12'brew test' now an official commandAdam Vandenberg