index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
dev-cmd
/
tests.rb
Age
Commit message (
Collapse
)
Author
2016-11-17
tests: ignore test files in test/vendor/bundle
Josh Hagins
2016-11-16
Move test files back directly to `test/`.
Markus Reiter
2016-11-16
Rename `fs_leak_log` to `fs_leak.log` and move to `tmp`.
Markus Reiter
2016-11-16
Reorder and rename test files.
Markus Reiter
2016-10-29
Move `vendor/bundle` up one level to `HOMEBREW_LIBRARY_PATH`.
Markus Reiter
2016-10-04
Merge pull request #1145 from reitermarkus/module-function
Markus Reiter
Use `module_function` for `Homebrew` module.
2016-10-02
Use `module_function` for commands.
Markus Reiter
2016-10-01
delete verbose env vars in `brew tests`
Bruce Steedman
2016-09-20
tests, cask-tests: serialize stdout on CI
Alyssa Ross
2016-09-19
tests: run in parallel
Alyssa Ross
2016-09-10
tests: 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-08
Don't hide some (now) developer commands.
Mike McQuaid
2016-09-08
Move developer-focused commands to dev-cmd.
Mike McQuaid