aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
AgeCommit message (Collapse)Author
2016-10-03Add test for `MacOS.languages`.Markus Reiter
2016-10-02*/diagnostic: tweak messaging.Mike McQuaid
Update some messaging based on recent user confusion and the `/usr/local/Homebrew` and Ruby 2 migrations.
2016-10-01Refactor Tty.Markus Reiter
2016-10-01Merge pull request #1052 from sjackman/store-formulaMike McQuaid
Store the formula used to build the keg in the keg
2016-09-27test/test_custom_command: fix rubocop style.Mike McQuaid
2016-09-27test/test_create: fix rubocop style.Mike McQuaid
2016-09-27test/test_audit: fix rubocop style.Mike McQuaid
2016-09-27test/helper/integration_command_test_case: fix rubocop style.Mike McQuaid
2016-09-27Rename/merge test files.Markus Reiter
2016-09-26Speed up `parallel_tests` by splitting integration tests.Markus Reiter
2016-09-26fixtures: add test.m4aZhiming Wang
test.m4a contains an AAC LC stream inside an M4A (MPEG-4 Part 14) container. It is generated by FFmpeg 3.1.3 from test.wav: ffmpeg -y -i test.wav -c:a aac -profile:a aac_low -b:a 32k test.m4a test.m4a facilitates testing utilities or libraries that work with the AAC codec or the M4A container, e.g., alac.
2016-09-25Add test for `search_tap`.Markus Reiter
2016-09-25RuboCop: Style/CaseEqualityMarkus Reiter
2016-09-24Merge branch 'master' into mkdir_with_intermediatesMike McQuaid
2016-09-24Merge pull request #1123 from reitermarkus/rubocopMike McQuaid
RuboCop: Style/AccessorMethodName
2016-09-24Merge pull request #1122 from MikeMcQuaid/test-bot-tapMike McQuaid
test-bot: move to tap.
2016-09-24test-bot: move to tap.Mike McQuaid
Migrate to https://github.com/Homebrew/homebrew-test-bot to be able to work on this with a different, non-tagged workflow.
2016-09-24RuboCop: Style/AccessorMethodNameMarkus Reiter
2016-09-24version: don't let a/b imply alpha/beta.Mike McQuaid
This is assumption is broken for at least OpenSSL which makes it a bad general rule. As discussed in #1102.
2016-09-24Merge pull request #1113 from reitermarkus/rubocop-guardclauseMarkus Reiter
RuboCop: Fix Style/GuardClause.
2016-09-24Fix Style/GuardClause.Markus Reiter
2016-09-24Merge pull request #1102 from zmwangx/alpha-rc-detectionZhiming Wang
version: improve alpha and rc detection (elasticsearch)
2016-09-23Store the formula used to build the keg in the kegShaun Jackman
Store the formula used to build the keg inside the keg in a file named NAME/VERSION/.brew/NAME.rb after removing the bottle do ... end block. See https://github.com/Homebrew/brew-evolution/pull/6. Closes https://github.com/Homebrew/brew/issues/931.
2016-09-23Fix Style/NumericLiterals.Markus Reiter
2016-09-23Fix Style/MethodName.Markus Reiter
2016-09-23test_versions: add elasticsearch alpha test caseZhiming Wang
2016-09-23Merge pull request #1089 from reitermarkus/coverageMarkus Reiter
Fix coverage reporting.
2016-09-23Merge pull request #1014 from rwhogg/upstream-ant-dep-linux-fixMike McQuaid
dependency_collector: Fix ant_dep for Linux
2016-09-23Fix coverage reporting.Markus Reiter
2016-09-23Merge pull request #1041 from penman/parallel_testsMike McQuaid
Parallelise test suite
2016-09-22automated rubocop fixupBob W. Hogg
2016-09-22add the other test back inBob W. Hogg
2016-09-22use newer ruby hash styleBob W. Hogg
2016-09-22add missing method to test_os_mac_dependency_collectorBob W. Hogg
2016-09-22Remove unnecessary skipsBob W. Hogg
2016-09-22move mac-specific tests elsewhereBob W. Hogg
2016-09-22dependency_collector: Fix ant_dep for Linux.Bob W. Hogg
Signed-off-by: Bob W. Hogg <rwhogg@linux.com>
2016-09-20tests, cask-tests: (maybe) fix coverageAlyssa Ross
2016-09-20tests, cask-tests: log test runtimesAlyssa Ross
2016-09-20Make mkdir wrapper use mkdir_p to create intermediate directoriesMarc Savy
2016-09-20test_bash: use new completions location.Mike McQuaid
2016-09-19tests: run in parallelAlyssa Ross
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