aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
AgeCommit message (Collapse)Author
2017-06-25changes test names for class methodsmansimarkaur
2017-06-25Set java environment var to test overridingmansimarkaur
2017-06-24audit: Port audit_legacy_patches method to rubocop and add testsGautham Goli
2017-06-24🔥 Remove test files after trashing.Markus Reiter
2017-06-24🗑️ Use AppleScript instead of Swift for trashing.Markus Reiter
2017-06-24Improved code qualitymansimarkaur
2017-06-24Removed extra space from include clausemansimarkaur
2017-06-23Added tests for language/javamansimarkaur
2017-06-23Stubbed nil:NilClassmansimarkaur
2017-06-23Attempt to fix testsmansimarkaur
2017-06-23Avoided the prepend_path not existing method errormansimarkaur
2017-06-23Added test for non existent node formula and existent npmrcmansimarkaur
2017-06-23stubbed the node formulamansimarkaur
2017-06-23Improved test qualitymansimarkaur
2017-06-23Fixed style errorsmansimarkaur
2017-06-23Added tests for language/node.rbmansimarkaur
2017-06-20Merge pull request #2806 from reitermarkus/apfsMarkus Reiter
🔨 Fix sorting on APFS.
2017-06-20Add `trash` util.Markus Reiter
2017-06-20🔨 Fix sorting on APFS.Markus Reiter
2017-06-16Refactor Checksum cop to add autocorrect methodGautham Goli
2017-06-16Simplify Checksum cop by auditing all checksumsGautham Goli
2017-06-16audit: Port audit_checksum method to rubocop and add testsGautham Goli
2017-06-14Merge pull request #2775 from reitermarkus/languageMarkus Reiter
Fix `--language` option.
2017-06-14Add test for `--language` option.Markus Reiter
2017-06-13Fix DMG mounting.Markus Reiter
2017-06-13Add `casks` method to iterate through arguments.Markus Reiter
2017-06-13🔨 Refactor Cask exceptions.Markus Reiter
2017-06-12Autocorrect Rubocop Style/SpecialGlobalVars.Mike McQuaid
2017-06-09Add symlink for High Sierra test bottle.Markus Reiter
2017-06-09Revert "audit: Port audit_checksum method to rubocop and add tests"Mike McQuaid
2017-06-08audit: Port audit_checksum method to rubocop and add testsGautham Goli
2017-06-08Merge pull request #2746 from MikeMcQuaid/cleanup-testsMike McQuaid
tests: cleanup tests.
2017-06-08Merge pull request #2748 from MikeMcQuaid/desc-cop-tweaksMike McQuaid
formula_desc_cop: tweak some rules.
2017-06-08Merge pull request #2708 from JCount/codecov-move-pathMarkus Reiter
.codecov.yml: move root so files are tracked
2017-06-08formula_desc_cop: tweak some rules.Mike McQuaid
Allow some specific lowercase words and provide an autocorrect for some of these rules.
2017-06-07tests: cleanup tests.Mike McQuaid
Remove pending tests that are never run on CI (i.e. require `--online`), remove fixtures for those tests and just make `--official-cmd-taps` run by `--online` instead.
2017-06-06Fix parsing `--require-sha` and `HOMEBREW_CASK_OPTS`.Markus Reiter
2017-06-06diagnostic_spec: tweak_formatting.Mike McQuaid
2017-06-06Fix undefined variable ruby_versionconstXife
2017-06-04pull_spec: use stable, non-fork PR for patch expectationJCount
2017-06-04Add test for `brew style`.Markus Reiter
2017-06-03Merge pull request #2712 from 13k/hbc-dsl-appcast-fixMarkus Reiter
Fix curl invocation in Hbc::DSL::Appcast
2017-06-02Re-revert "Fix operator spacing."Markus Reiter
2017-06-02Merge pull request #2664 from GauthamGoli/audit_caveats_rubocopMike McQuaid
audit: Port audit_caveats method to rubocop and add tests
2017-06-01don't try to find the full path of the editor in 'brew edit'adrian
fixes #2709
2017-06-01Try moving back to `Library/Homebrew/test`.Markus Reiter
2017-06-01Move `.codecov.yml` to root.JCount
also, unignore it.
2017-06-01Revert "Fix operator spacing."ilovezfs
2017-06-01Fix curl invocation in Hbc::DSL::Appcast.Kiyoshi '13k' Murata
Fixes #2592
2017-05-31Fix operator spacing.Markus Reiter