aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
AgeCommit message (Expand)Author
2016-11-14Merge pull request #1497 from alyssais/uninstall_keg_to_formulaMike McQuaid
2016-11-13keg: don't rely on #to_formulaAlyssa Ross
2016-11-13Merge pull request #1217 from MatzFan/invalid_build_option_warningsMike McQuaid
2016-11-12fix testBruce Steedman
2016-11-11formulary: don't warn on old formula name from keg/rack.Mike McQuaid
2016-11-11Merge pull request #1082 from alyssais/uninstall_dependancy_errorMike McQuaid
2016-11-08Tap tests: sort tap names for comparisonMisty De Meo
2016-10-29Move `vendor/bundle` up one level to `HOMEBREW_LIBRARY_PATH`.Markus Reiter
2016-10-26uninstall: remove more integration testsAlyssa Ross
2016-10-26test_uninstall: style fixesAlyssa Ross
2016-10-25uninstall: go easier on the integration testsAlyssa Ross
2016-10-25uninstall: test should_check_for_dependents?Alyssa Ross
2016-10-25ARGV: extract #values from missingAlyssa Ross
2016-10-25uninstall: call Formula#missing_dependencies directlyAlyssa Ross
2016-10-25uninstall: only <=1 Diagnostic.missing_deps callAlyssa Ross
2016-10-25Revert "keg: fallback to missing_deps if deps not in tab"Alyssa Ross
2016-10-25keg: fallback to missing_deps if deps not in tabAlyssa Ross
2016-10-25missing: add tests for not missing and hideAlyssa Ross
2016-10-25uninstall: allow dependent checks to be by-passedAlyssa Ross
2016-10-25integration tests: preserve HOMEBREW_DEVELOPERAlyssa Ross
2016-10-25uninstall: check for dependents even with --forceAlyssa Ross
2016-10-25uninstall: fix dependent order bugAlyssa Ross
2016-10-25integration tests: testball install overridableAlyssa Ross
2016-10-25uninstall: consistent spelling of "dependent"Alyssa Ross
2016-10-25uninstall: refuse when dependants still installedAlyssa Ross
2016-10-24keg_relocate: refactor relocate_text_filesJosh Hagins
2016-10-24keg_relocate: cache files rewritten during brew bottleJosh Hagins
2016-10-24Merge pull request #1342 from reitermarkus/fixturesMarkus Reiter
2016-10-24Don’t use bare percent literals.Markus Reiter
2016-10-24Move cask fixtures to `test/fixtures/cask`.Markus Reiter
2016-10-20test_formula: fix testsUladzislau Shablinski
2016-10-19testing_env: extract with_environment to helper moduleJosh Hagins
2016-10-16dependency_collector: need xz dep on <= macOS 10.8ilovezfs
2016-10-15Convert `puts_columns` to `puts Formatter.columns`.Markus Reiter
2016-10-15Change test for `puts_columns` with empty input.Markus Reiter
2016-10-15Merge pull request #1279 from MikeMcQuaid/use-tar-xzMike McQuaid
2016-10-15Use BSD tar's libarchive LZMA support if availableMike McQuaid
2016-10-15Improve integration command test case output.Mike McQuaid
2016-10-15Rename tap-readme command to tap-new.Mike McQuaid
2016-10-11tab: don't interpret unknown deps as no depsAlyssa Ross
2016-10-08Rename FormulaMethodDeprecatedError to MethodDeprecatedError.Markus Reiter
2016-10-07Make parsing locales more robust.Markus Reiter
2016-10-07Fix HOMEBREW_PREFIX/Caskroom file leakDavid Yun
2016-10-07Use odeprecated rather than remove it entirelyDavid Yun
2016-10-04Refactor Cask’s extensions.Markus Reiter
2016-10-04Merge pull request #1145 from reitermarkus/module-functionMarkus Reiter
2016-10-03fix bad method name in testBruce Steedman
2016-10-03invalid build options - fixed conflicts; renameBruce Steedman
2016-10-03Add test for `MacOS.languages`.Markus Reiter
2016-10-02*/diagnostic: tweak messaging.Mike McQuaid