aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
AgeCommit message (Expand)Author
2014-07-16Rename fetch_bottle_for to fetch_checksum_forJack Nagel
2014-07-15Implement []= on BottleCollectorJack Nagel
2014-07-15No need to set the URL for dependency testJack Nagel
2014-07-15Eagerly set the download strategyJack Nagel
2014-07-13Use accessor method in testJack Nagel
2014-07-12Handle conflicts where links point at symlinksJack Nagel
2014-07-12Always link symlinks directlyJack Nagel
2014-07-11Add test for InstallRenamed moduleJack Nagel
2014-07-10Raise Errno::ENOENT instead of RuntimeError from Pathname#installJack Nagel
2014-07-10Fix method signatureJack Nagel
2014-07-07Remove proc handling from BuildEnvironmentJack Nagel
2014-07-07Eliminate some indirection in evaluating requirement env blocksJack Nagel
2014-07-07Simplify BuildEnvironmentDSL test setupJack Nagel
2014-07-07Merge should return selfJack Nagel
2014-07-07Dependency initializer takes an arrayJack Nagel
2014-07-07Fix BuildEnvironment marshalling testJack Nagel
2014-07-07Don't need mocks hereJack Nagel
2014-07-07Only store one proc per BuildEnvironment instanceJack Nagel
2014-07-06Close duped output streams before returningJack Nagel
2014-07-05Add popen wrapper that does not invoke the shellJack Nagel
2014-07-03Add more tests documenting linking behaviorJack Nagel
2014-07-03Avoid chdir just to make a symlinkJack Nagel
2014-07-03Move repeated pathname into setupJack Nagel
2014-07-03Don't assign @keg twice in setupJack Nagel
2014-07-03No need to silence output from Keg#link anymoreJack Nagel
2014-07-03Option does not need to be ComparableJack Nagel
2014-07-03Add assert_eql to provide better failure messages for eql? testsJack Nagel
2014-07-03Fix PkgVersion#<=>Jack Nagel
2014-07-03Fix Formula#<=> on trunk RubyJack Nagel
2014-07-03Replace ComparableSet with a Requirements collectionJack Nagel
2014-07-03Don't invoke mdfind in the testsJack Nagel
2014-07-03Add inspect to mock updater so test failures are readableJack Nagel
2014-07-02Add regression test for decf7acced44bb156ba18677f55609b19ff6ca5aJack Nagel
2014-07-02Don't expose the dependency cache data structureJack Nagel
2014-07-02Add a test that exercises the code in X11Dependency#satisfied?Jack Nagel
2014-07-01X11Dependency objects: fix hash equalityJack Nagel
2014-07-01X11Dependency: use Version objectsJack Nagel
2014-07-01Flesh out linking testsJack Nagel
2014-06-30Add tests around opt linksJack Nagel
2014-06-30Fix tab testsJack Nagel
2014-06-29Test that the tab round-trips through JSONJack Nagel
2014-06-29Fix typo in tab test setupJack Nagel
2014-06-29Normalize paths before calling Tab.from_fileJack Nagel
2014-06-29Add tests documenting install receipt loading behaviorJack Nagel
2014-06-29Remove test that is now covered by tab testsJack Nagel
2014-06-29Get the Tab class under testJack Nagel
2014-06-28Use TEST_SHA1 constant in checksum testsJack Nagel
2014-06-27Convert update report to use compositionJack Nagel
2014-06-23Add module for logging filesystem leaks in testsJack Nagel
2014-06-23Make the test tmpdir a constantJack Nagel