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_pathname.rb
Age
Commit message (
Expand
)
Author
2016-08-06
tests: fix code style issues (#587)
Andrea Kao
2016-04-01
Pathname: improve compute_disk_usage
Xu Cheng
2016-03-08
install_renamed: handle recursive installs.
Mike McQuaid
2016-02-21
test_pathname: add append_lines tests
Dominyk Tiller
2015-11-11
ruby 1.8: address syntax warnings in Homebrew core
Martin Afanasjew
2015-08-03
Core files style updates.
BrewTestBot
2015-05-21
Add test demonstrating installing a relative symlink
Jack Nagel
2015-04-29
Ensure HOMEBREW_TEMP is respected in all tests
Jack Nagel
2015-03-26
Add tests for cp_path_sub
Jack Nagel
2015-03-26
Add test for InstallRenamed on directories
Jack Nagel
2015-03-26
Adjust variable in InstallRenamed test
Jack Nagel
2015-03-26
Don't run pathname tests twice
Jack Nagel
2015-03-25
Get rid of setup_install_test method
Jack Nagel
2015-03-25
Eliminate chdir from pathname tests
Jack Nagel
2015-03-25
Pull install tests into a separate class
Jack Nagel
2015-03-25
Do less work inside chdir blocks
Jack Nagel
2014-07-11
Add test for InstallRenamed module
Jack Nagel
2014-07-10
Raise Errno::ENOENT instead of RuntimeError from Pathname#install
Jack Nagel
2014-06-18
Use assert_predicate
Jack Nagel
2014-06-18
Use a custom test class so we can avoid monkeypatching
Jack Nagel
2014-06-12
Deprecate Pathname#cp and Pathname#chmod_R
Jack Nagel
2014-03-22
Preserve permissions when using Pathname#atomic_write
Jack Nagel
2014-03-18
Make relative symlinks in Pathname#install_symlink
Jack Nagel
2013-08-13
pathname: remove unused return values
Adam Vandenberg
2013-07-22
Silence warnings
Jack Nagel
2013-04-10
More comprehensive tests for Pathname extension
Jack Nagel