aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_formulary.rb
AgeCommit message (Collapse)Author
2016-11-16Reorder and rename test files.Markus Reiter
2016-09-18upgrade, outdated: follow alias changesAlyssa Ross
2016-09-05Replace install_name/install_ref with alias_pathAlyssa Ross
2016-09-03Preserve alias when installing formulaeAlyssa Ross
Part of #567
2016-08-28test_formulary: add formula@version class translation checkDominyk Tiller
2016-08-10formulary: fix to_rack for fully-scoped referencesMike McQuaid
Fixes the case where I have `mysql56` installed but do `brew uninstall foo/bar/mysql56` which isn't a valid formula. Fixes https://github.com/Homebrew/legacy-homebrew/issues/39883.
2016-08-06tests: fix code style issues (#587)Andrea Kao
2016-07-15add more testXu Cheng
Closes #514. Signed-off-by: Xu Cheng <xucheng@me.com>
2016-05-08Make bottle code cross-platform.Mike McQuaid
2016-05-02Update Homebrew/homebrew references in codeMartin Afanasjew
Replace `homebrew` with `brew`, `homebrew-core`, or `legacy-homebrew` depending on context.
2016-04-17tests: test FormulaClassUnavailableErrorMartin Afanasjew
Closes #101. Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2016-04-02fix brew testsXu Cheng
Fix the `brew tests` problem caused by core/formula separation.
2016-03-07rename CoreFormulaRepository to CoreTapXu Cheng
Core tap will be separated from core code in the near future. It makes sense to rename it to CoreTap.
2016-02-26test_formulary: use CoreFormulaRepository abstractionXu Cheng
2016-01-20test: add metafiles to testballAlex Dunn
2016-01-09tests: missing requires addedBaptiste Fontaine
Closes Homebrew/homebrew#47866. Closes Homebrew/homebrew#47861. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-12-19formulary: use CoreFormulaRepositoryXu Cheng
Let's hide implementation detail on where to find core formulae alias directory. This will benefit future core code and formulae separation.
2015-09-13test_formulary: test tap aliasXu Cheng
2015-09-06add test_formularyXu Cheng
Closes Homebrew/homebrew#43506. Signed-off-by: Xu Cheng <xucheng@me.com>