aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_formula.rb
AgeCommit message (Expand)Author
2016-08-18test_formula: add epoch testsVlad Shablinsky
2016-08-06Cache outdated_versions for FormulaVlad Shablinsky
2016-08-06test_formula: add outdated_versions testsVlad Shablinsky
2016-08-06tests: fix code style issues (#587)Andrea Kao
2016-07-29test_formula: fix sort order bugs.Mike McQuaid
2016-07-27test_formula: port to generic layer.Mike McQuaid
2016-07-16Update and test eligible_kegs_for_cleanupVlad Shablinsky
2016-07-16test_formula: test new HEAD methodsVlad Shablinsky
2016-07-16Apply tests to new HEAD formatVlad Shablinsky
2016-07-02test_formula: improve test_migration_neededVlad Shablinsky
2016-06-29test_formula: add migration_needed testVlad Shablinsky
2016-06-29test_formula: add outdated_versions testsVlad Shablinsky
2016-04-02fix brew testsXu Cheng
2016-03-20fix tests for deprecating SHA1Xu Cheng
2016-02-18formula: add new pour_bottle DSL with reason.Mike McQuaid
2016-01-04cleanup: move code away from cmd/Baptiste Fontaine
2015-12-27more formula testsBaptiste Fontaine
2015-11-11ruby 1.8: address syntax warnings in Homebrew coreMartin Afanasjew
2015-09-06add test_formularyXu Cheng
2015-08-06test_formula: add test_facotry_with_fully_qualified_nameXu Cheng
2015-08-03Core files style updates.BrewTestBot
2015-07-31test_formula: add more testXu Cheng
2015-07-25more unit testsBaptiste Fontaine
2015-05-27add Formulary.core_path method, deprecate Formula.pathXu Cheng
2015-04-20Revert "Use real repo to run tests"Jack Nagel
2015-04-20Use real repo to run testsJack Nagel
2015-04-18Remove bad testJack Nagel
2015-04-15Fix test formula name so it matches the filenameJack Nagel
2014-12-28Use formula helper in testsJack Nagel
2014-12-28Drop pointless subclass in testJack Nagel
2014-12-27Preserve signature of #initialize in testsJack Nagel
2014-12-27Stop testing accessor typeJack Nagel
2014-12-27Remove dead codeJack Nagel
2014-12-26Remove unnecessary require from testJack Nagel
2014-11-07Normalize requires in testsJack Nagel
2014-10-29Add predicate methods for specs and stop testing internalsJack Nagel
2014-08-10Add a test for legacy optionsJack Nagel
2014-07-03Add assert_eql to provide better failure messages for eql? testsJack Nagel
2014-07-03Fix Formula#<=> on trunk RubyJack Nagel
2014-07-02Add regression test for decf7acced44bb156ba18677f55609b19ff6ca5aJack Nagel
2014-06-23Fix directory leaks in formula prefix testsJack Nagel
2014-06-22Move deprecated Formula class methods to compatJack Nagel
2014-06-20Decouple spec selection from ARGVJack Nagel
2014-06-20Pass the requested spec into the formula instanceJack Nagel
2014-06-18Use assert_predicateJack Nagel
2014-06-18Switch to MinitestJack Nagel
2014-06-18Move test helpers into Homebrew::TestCaseJack Nagel
2014-06-18Use a custom test class so we can avoid monkeypatchingJack Nagel
2014-06-12Always expand __FILE__Jack Nagel
2014-06-12Always pass a path to formula constructor in testsJack Nagel