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 (
Expand
)
Author
2017-12-15
tests: don't output seed multiple times.
Mike McQuaid
2017-07-13
tests: unpin bundler.
Mike McQuaid
2017-06-12
Autocorrect Rubocop Style/SpecialGlobalVars.
Mike McQuaid
2017-06-07
tests: cleanup tests.
Mike McQuaid
2017-05-29
tests: install specific Bundler version.
Mike McQuaid
2017-05-29
Fixup all RuboCop warnings.
Mike McQuaid
2017-05-29
Use parallel RuboCop
Mike McQuaid
2017-05-08
Travis CI tweaks.
Mike McQuaid
2017-05-07
Revert "Merge pull request #2597 from MikeMcQuaid/vendor-gems"
Mike McQuaid
2017-05-07
Vendor all Homebrew's gems.
Mike McQuaid
2017-04-22
tests: reduce some noise.
Mike McQuaid
2017-04-15
Only run Linux-specific tests on Linux
Bob W. Hogg
2017-04-02
Document all short flags.
Mike McQuaid
2017-03-21
tests: unset HOMEBREW_TEMP
Maxim Belkin
2017-03-05
Add more flags and descriptions to man pages.
EricFromCanada
2017-03-05
Remove `BUNDLE_PATH` from `brew tests`.
Markus Reiter
2017-02-28
Remove Minitest.
Markus Reiter
2017-02-28
brew tests: filter out vendor/bundle
Misty De Meo
2017-02-25
Update brew's man page formatting and grammar
EricFromCanada
2017-02-23
Merge pull request #2091 from reitermarkus/spec-exclude-needs_macos
Markus Reiter
2017-02-23
Convert `os/mac/language` test to spec.
Markus Reiter
2017-02-21
Exclude specs with `:needs_macos` tag when not on macOS.
Markus Reiter
2017-02-11
Allow `brew tests` to run specs.
Markus Reiter
2017-02-06
Fix: Documentation of --only in tests cmd
Fabian Mettler
2017-01-22
tests: remove with_git_env method
Alyssa Ross
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
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
2016-09-08
Don't hide some (now) developer commands.
Mike McQuaid
2016-09-08
Move developer-focused commands to dev-cmd.
Mike McQuaid