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
/
test
/
test_utils.rb
Age
Commit message (
Expand
)
Author
2016-11-16
Reorder and rename test files.
Markus Reiter
2016-11-14
Warn developers when uninstalling a dependency
Alyssa Ross
2016-10-15
Convert `puts_columns` to `puts Formatter.columns`.
Markus Reiter
2016-10-15
Change test for `puts_columns` with empty input.
Markus Reiter
2016-10-08
Rename FormulaMethodDeprecatedError to MethodDeprecatedError.
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
Refactor Tty.
Markus Reiter
2016-09-17
rubocop --auto-correct all hash-rocket usage.
Mike McQuaid
2016-09-04
Merge pull request #201 from gregory-nisbet/feature-env-shells
Mike McQuaid
2016-08-29
test_utils: add Bottles::Bintray tests
Dominyk Tiller
2016-08-10
resolve conflict in diagnostic.rb
Greg Nisbet
2016-08-02
test_utils: add with_custom_locale test
Dominyk Tiller
2016-07-31
utils: tell people to report deprecations to tap.
Mike McQuaid
2016-07-29
test_utils: remove unnecessary full paths.
Mike McQuaid
2016-07-05
gist-logs: truncate log files to be gist-friendly (#279)
Andrew Janke
2016-05-03
Tty: Avoid truncating if not sensible
Score_Under
2016-05-02
Update Homebrew/homebrew references in comments
Martin Afanasjew
2016-01-09
more utils tests
Baptiste Fontaine
2016-01-04
test: test popen_read and popen_write with block
Martin Afanasjew
2016-01-03
test_utils: add test_which_all
Xu Cheng
2015-12-30
test_utils: add test_disk_usage_readable and test_number_readable
Xu Cheng
2015-12-22
Reimplement #pretty_duration
Sebastian Staudt
2015-12-14
pretty_duration: fixed for int arguments
Baptiste Fontaine
2015-12-14
plural: tests added
Baptiste Fontaine
2015-08-22
core file style update
Xu Cheng
2015-08-16
which: tests added
Baptiste Fontaine
2015-08-03
Core files style updates.
BrewTestBot
2014-12-16
Utils.popen_read doesn't doesn't require a block
Jack Nagel
2014-07-05
Add popen wrapper that does not invoke the shell
Jack Nagel
2014-06-18
Use assert_silent
Jack Nagel
2014-06-18
Use a custom test class so we can avoid monkeypatching
Jack Nagel
2014-04-15
Don't use assert_nothing_raised
Jack Nagel
2014-04-15
Remove questionable test
Jack Nagel
2013-10-23
test_utils: fix Mavericks arch test.
Mike McQuaid
2013-06-26
Skip test on Xcode only systems
Adam Vandenberg
2012-07-04
Prune some requires from test files
Jack Nagel
2012-05-30
archs_for_command: use new Mach-O Pathname methods
Jack Nagel
2012-03-09
Fix typo in test_arch_for_command
Jack Nagel
2012-03-09
Fix test_arch_for_command on 10.7.
Mike McQuaid
2010-04-06
Move utils tests to separate file.
Adam Vandenberg