Markus Reiter
b306f14b97
Rename FormulaMethodDeprecatedError to MethodDeprecatedError.
2016-10-08 13:26:10 +02:00
Markus Reiter
fca66e17b3
Make parsing locales more robust.
2016-10-07 20:03:50 +02:00
David Yun
2e9ec473e9
Fix HOMEBREW_PREFIX/Caskroom file leak
2016-10-07 17:09:24 +08:00
David Yun
81082303dc
Use odeprecated rather than remove it entirely
...
* Fix IntegrationCommandTestCask
2016-10-07 10:27:21 +08:00
Markus Reiter
ddf5583208
Refactor Cask’s extensions.
2016-10-04 15:43:58 +02:00
Markus Reiter
cafe149780
Merge pull request #1145 from reitermarkus/module-function
...
Use `module_function` for `Homebrew` module.
2016-10-04 10:31:49 +02:00
Markus Reiter
929c594f41
Add test for MacOS.languages
.
2016-10-03 02:34:52 +02:00
Mike McQuaid
8a57fee68c
*/diagnostic: tweak messaging.
...
Update some messaging based on recent user confusion and the
`/usr/local/Homebrew` and Ruby 2 migrations.
2016-10-02 17:30:08 +01:00
Markus Reiter
0ab750bf24
Use module_function
for commands.
2016-10-02 00:24:47 +02:00
Markus Reiter
6d8ee395fa
Refactor Tty.
2016-10-01 20:00:49 +02:00
Mike McQuaid
98e7fb6b60
Merge pull request #1052 from sjackman/store-formula
...
Store the formula used to build the keg in the keg
2016-10-01 12:24:19 +01:00
Mike McQuaid
cbae10a732
test/test_custom_command: fix rubocop style.
2016-09-27 13:02:07 +01:00
Mike McQuaid
0c472ea6d9
test/test_create: fix rubocop style.
2016-09-27 13:02:07 +01:00
Mike McQuaid
776785459b
test/test_audit: fix rubocop style.
2016-09-27 13:02:07 +01:00
Mike McQuaid
47fe231552
test/helper/integration_command_test_case: fix rubocop style.
2016-09-27 13:02:07 +01:00
Markus Reiter
d508b124a4
Rename/merge test files.
2016-09-27 00:15:56 +02:00
Markus Reiter
cd677cf3ae
Speed up parallel_tests
by splitting integration tests.
2016-09-26 19:55:50 +02:00
Zhiming Wang
b6f983120a
fixtures: add test.m4a
...
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-26 09:07:24 -04:00
Markus Reiter
50b635e276
Add test for search_tap
.
2016-09-25 16:27:43 +02:00
Markus Reiter
b987230ddf
RuboCop: Style/CaseEquality
2016-09-25 00:22:53 +02:00
Mike McQuaid
e767fd3df9
Merge branch 'master' into mkdir_with_intermediates
2016-09-24 20:48:03 +01:00
Mike McQuaid
232078df57
Merge pull request #1123 from reitermarkus/rubocop
...
RuboCop: Style/AccessorMethodName
2016-09-24 20:40:00 +01:00
Mike McQuaid
67a7417a68
Merge pull request #1122 from MikeMcQuaid/test-bot-tap
...
test-bot: move to tap.
2016-09-24 19:51:31 +01:00
Mike McQuaid
d5b403b1e9
test-bot: move to tap.
...
Migrate to https://github.com/Homebrew/homebrew-test-bot to be able to
work on this with a different, non-tagged workflow.
2016-09-24 18:55:03 +01:00
Markus Reiter
6c6a4c9fa7
RuboCop: Style/AccessorMethodName
2016-09-24 19:28:26 +02:00
Mike McQuaid
5b4b7b24e6
version: don't let a/b imply alpha/beta.
...
This is assumption is broken for at least OpenSSL which makes it a
bad general rule.
As discussed in #1102 .
2016-09-24 17:40:37 +01:00
Markus Reiter
e2c7509065
Merge pull request #1113 from reitermarkus/rubocop-guardclause
...
RuboCop: Fix Style/GuardClause.
2016-09-24 17:38:49 +02:00
Markus Reiter
58e36c7319
Fix Style/GuardClause.
2016-09-24 12:24:35 +02:00
Zhiming Wang
687f0fcf72
Merge pull request #1102 from zmwangx/alpha-rc-detection
...
version: improve alpha and rc detection (elasticsearch)
2016-09-24 05:53:17 -04:00
Shaun Jackman
25df0c03d6
Store the formula used to build the keg in the keg
...
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-23 17:11:24 -07:00
Markus Reiter
9ce3c8d8a4
Fix Style/NumericLiterals.
2016-09-23 15:30:06 +02:00
Markus Reiter
4064084c58
Fix Style/MethodName.
2016-09-23 15:30:06 +02:00
Zhiming Wang
19dcb2cf41
test_versions: add elasticsearch alpha test case
2016-09-23 06:23:37 -04:00
Markus Reiter
759ee585d5
Merge pull request #1089 from reitermarkus/coverage
...
Fix coverage reporting.
2016-09-23 10:33:42 +02:00
Mike McQuaid
bc52932e5a
Merge pull request #1014 from rwhogg/upstream-ant-dep-linux-fix
...
dependency_collector: Fix ant_dep for Linux
2016-09-23 08:41:45 +01:00
Markus Reiter
6b85593895
Fix coverage reporting.
2016-09-23 09:17:55 +02:00
Mike McQuaid
5cf3838f42
Merge pull request #1041 from penman/parallel_tests
...
Parallelise test suite
2016-09-23 07:57:35 +01:00
Bob W. Hogg
aae4dfaec0
automated rubocop fixup
2016-09-22 22:10:32 -04:00
Bob W. Hogg
0029ad2929
add the other test back in
2016-09-22 17:36:57 -04:00
Bob W. Hogg
fc1f4e4193
use newer ruby hash style
2016-09-22 08:31:50 -04:00
Bob W. Hogg
d02c8a46df
add missing method to test_os_mac_dependency_collector
2016-09-22 08:31:50 -04:00
Bob W. Hogg
25b6c0c236
Remove unnecessary skips
2016-09-22 08:31:50 -04:00
Bob W. Hogg
2a82770f70
move mac-specific tests elsewhere
2016-09-22 08:31:50 -04:00
Bob W. Hogg
54a086e2fe
dependency_collector: Fix ant_dep for Linux.
...
Signed-off-by: Bob W. Hogg <rwhogg@linux.com>
2016-09-22 08:31:50 -04:00
Alyssa Ross
9033af6bda
tests, cask-tests: (maybe) fix coverage
2016-09-20 17:02:35 +00:00
Alyssa Ross
1c4ae98823
tests, cask-tests: log test runtimes
2016-09-20 13:16:11 +01:00
Marc Savy
7fc241765e
Make mkdir wrapper use mkdir_p to create intermediate directories
2016-09-20 12:17:44 +01:00
Mike McQuaid
3099d126d7
test_bash: use new completions location.
2016-09-20 10:41:42 +01:00
Alyssa Ross
d3740ec34f
tests: run in parallel
2016-09-19 23:00:58 +01:00
Alyssa Ross
28f707c907
tab: test tap runtime dependencies
2016-09-19 21:03:55 +01:00