aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd/tests.rb
AgeCommit message (Collapse)Author
2016-11-17tests: ignore test files in test/vendor/bundleJosh Hagins
2016-11-16Move test files back directly to `test/`.Markus Reiter
2016-11-16Rename `fs_leak_log` to `fs_leak.log` and move to `tmp`.Markus Reiter
2016-11-16Reorder and rename test files.Markus Reiter
2016-10-29Move `vendor/bundle` up one level to `HOMEBREW_LIBRARY_PATH`.Markus Reiter
2016-10-04Merge pull request #1145 from reitermarkus/module-functionMarkus Reiter
Use `module_function` for `Homebrew` module.
2016-10-02Use `module_function` for commands.Markus Reiter
2016-10-01delete verbose env vars in `brew tests`Bruce Steedman
2016-09-20tests, cask-tests: serialize stdout on CIAlyssa Ross
2016-09-19tests: run in parallelAlyssa Ross
2016-09-10tests: always set HOMEBREW_DEVELOPER=1.Mike McQuaid
Unit tests should be run consistently no matter who is running them and we can stub `ARGV.homebrew_developer?` if we need to change them.
2016-09-08Don't hide some (now) developer commands.Mike McQuaid
2016-09-08Move developer-focused commands to dev-cmd.Mike McQuaid