| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-06 | tests: fix code style issues (#587) | Andrea Kao | |
| 2016-04-01 | Pathname: improve compute_disk_usage | Xu Cheng | |
| * Count .DS_Store disk usage but not file count. * Count symlink's own disk usage instead of ignoring it. * Count hardlinks disk usage only once. * Add testcase. Closes Homebrew/homebrew#50563. Closes Homebrew/homebrew#50566. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2016-03-08 | install_renamed: handle recursive installs. | Mike McQuaid | |
| Closes Homebrew/homebrew#49845. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2016-02-21 | test_pathname: add append_lines tests | Dominyk Tiller | |
| Closes Homebrew/homebrew#49233. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com> | |||
| 2015-11-11 | ruby 1.8: address syntax warnings in Homebrew core | Martin Afanasjew | |
| Closes Homebrew/homebrew#45849. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-08-03 | Core files style updates. | BrewTestBot | |
| Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 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 | |
| As far as I can tell these methods have only ever been used in the test suite. Since Formula includes FileUtils, it is generally simpler (and in the case of cp, more readable) to use the FileUtils methods directly. Closes Homebrew/homebrew#30081. | |||
| 2014-03-22 | Preserve permissions when using Pathname#atomic_write | Jack Nagel | |
| 2014-03-18 | Make relative symlinks in Pathname#install_symlink | Jack Nagel | |
| Closes Homebrew/homebrew#27672. | |||
| 2013-08-13 | pathname: remove unused return values | Adam Vandenberg | |
| Return value was used only by one test, rewrote test to know expected value. | |||
| 2013-07-22 | Silence warnings | Jack Nagel | |
| 2013-04-10 | More comprehensive tests for Pathname extension | Jack Nagel | |
