aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
AgeCommit message (Collapse)Author
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-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
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