aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
AgeCommit message (Collapse)Author
2016-09-20test_bash: use new completions location.Mike McQuaid
2016-09-19tab: test tap runtime dependenciesAlyssa Ross
2016-09-19Save runtime dependencies in INSTALL_RECEIPT.jsonAlyssa Ross
Fixes #930
2016-09-19Fix `brew style` from #971.Mike McQuaid
2016-09-19Merge pull request #971 from penman/follow_aliasMike McQuaid
Make `brew upgrade` and `brew outdated` follow alias changes
2016-09-19Unify .rubocopy.yml files.Mike McQuaid
2016-09-19Remove unused variableAlyssa Ross
This will make brew readall --syntax pass
2016-09-19Formulae aren't outdated if replacement formula installedAlyssa Ross
2016-09-19alias tracking: add formula testsAlyssa Ross
2016-09-18formula tests: more consistent namesAlyssa Ross
2016-09-18Update formula tests for #outdated_kegsAlyssa Ross
2016-09-18upgrade, outdated: follow alias changesAlyssa Ross
2016-09-18Use new "macOS" naming where appropriate.Mike McQuaid
Not quite a mass replacement as I've used OS X and Mac OS X where describing specific older versions and added compatibility methods for things in the DSL.
2016-09-18Add Formula#installed_alias_pathAlyssa Ross
2016-09-17rubocop --auto-correct all hash-rocket usage.Mike McQuaid
2016-09-17Merge pull request #973 from MikeMcQuaid/move-repo-linksMike McQuaid
Move LinkedKegs/PinnedKegs/Locks from Library.
2016-09-17.codecov.yml: Include missed (0% covered) files.Markus Reiter
2016-09-17.codecov.yml: Redirect root to Library/Homebrew.Markus Reiter
2016-09-17.codecov.yml: disable GitHub comments.Mike McQuaid
These are annoying and the status check is sufficient.
2016-09-16Move LinkedKegs/PinnedKegs/Locks from Library.Mike McQuaid
These don't make sense to be tied to the `HOMEBREW_REPOSITORY` but instead should live in the `HOMEBREW_PREFIX` as they all relate to its state.
2016-09-16Send coverage from Jenkins, don't run OS X Travis.Mike McQuaid
OS X Travis CI is particularly error-prone, slow and unnecessary for us when we're already running (fast) OS X builds on Jenkins so use it just for Linux testing.
2016-09-16Merge pull request #965 from mistydemeo/warn_xcode_8_without_cltMisty De Meo
Warn when using Xcode 8 without CLT on 10.11
2016-09-16Warn when using Xcode 8 without CLT on 10.11Misty De Meo
2016-09-15Use constants for LinkedKegs/PinnedKegs/Locks.Mike McQuaid
These definitions are scattered throughout the codebase which makes it hard to refactor them later (my goal is to move them outside of HOMEBREW_LIBRARY). Unify their definitions for clearer code and easier movement later.
2016-09-12Library/Homebrew/test: add testbottest formula/tarball.Mike McQuaid
Minimal C program and Makefile used for testing Homebrew.
2016-09-12Merge pull request #927 from MikeMcQuaid/dev-cmd-rubocopMike McQuaid
Fix Library/Homebrew/dev-cmd RuboCop warnings
2016-09-11test/test_tab: fix Rubocop warnings.Mike McQuaid
2016-09-11test/test_shell: fix Rubocop warnings.Mike McQuaid
2016-09-11test/test_resource: fix Rubocop warnings.Mike McQuaid
2016-09-11test/test_os_mac_language: fix Rubocop warnings.Mike McQuaid
2016-09-11test/test_integration_cmds: fix Rubocop warnings.Mike McQuaid
2016-09-11test/test_formula_installer: fix Rubocop warnings.Mike McQuaid
2016-09-11test/test_formula: fix Rubocop warnings.Mike McQuaid
2016-09-11test/test_dependency_collector: fix Rubocop warnings.Mike McQuaid
2016-09-11dev-cmd/audit: fix Rubocop warnings.Mike McQuaid
2016-09-10Merge pull request #897 from reitermarkus/os-languageMarkus Reiter
Add language method to `OS::Mac`.
2016-09-09Add language method to `OS::Mac`.Markus Reiter
2016-09-09diagnostic: remove duplicate checks.Mike McQuaid
2016-09-09Merge pull request #881 from MikeMcQuaid/dev-cmd-sticky-homebrew-developerMike McQuaid
Set HOMEBREW_DEVELOPER automatically
2016-09-09Merge pull request #863 from penman/preserve_aliasMike McQuaid
Save aliases in INSTALL_RECEIPT
2016-09-08commands: add commands module for path lookup.Mike McQuaid
2016-09-08commands: developer not development commands.Mike McQuaid
2016-09-08Move developer-focused commands to dev-cmd.Mike McQuaid
2016-09-08cmd/*: don't restrict dev-cmd to Homebrew developers.Mike McQuaid
2016-09-08Merge pull request #864 from vladshablinsky/skip-upgradeMike McQuaid
Skip upgrade of pinned dependency if it's outdated
2016-09-08Add `--help` to all developer commands.Mike McQuaid
Also, flag those that we never want to be in a manpage.
2016-09-07Test source.path on Tab.create and .for_formulaAlyssa Ross
2016-09-07Combine Tab alias_path with source.pathAlyssa Ross
2016-09-07More realistic alias_path testAlyssa Ross
2016-09-07test_integration_cmds: reinstall pinnedVlad Shablinsky