aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
AgeCommit message (Expand)Author
2017-02-09Use `Open3` for integration tests instead of manually forking.Markus Reiter
2017-02-05Merge pull request #1951 from tma/reinstall-with-optionsMike McQuaid
2017-02-04Add failing reinstall test with invalid install optionThomas Maurer
2017-02-03Remove `TestCask` class.Markus Reiter
2017-02-03Merge pull request #1943 from alyssais/missing_requiresAlyssa Ross
2017-02-03Reorder `testing_env`.Markus Reiter
2017-02-03Require `formulary` and `tap` in `Homebrew::TestCase`.Markus Reiter
2017-02-03Don’t require `formulary` in `testing_env`.Markus Reiter
2017-02-03Add comment about `FSLeakLogger` to `Homebrew::TestCase`.Markus Reiter
2017-02-03Use constant array of constants in `Homebrew::TestCase`.Markus Reiter
2017-02-03Don’t use `before_setup` and `after_teardown`.Markus Reiter
2017-02-03Use array of constants to set up test directories.Markus Reiter
2017-02-01formulary: handle ScriptError in formulaAlyssa Ross
2017-01-30cleanup: consider version_schemeXu Cheng
2017-01-30Don’t use `assert_nil` in `tab_test`.Markus Reiter
2017-01-26*_test: use assert_nil when appropriate.Mike McQuaid
2017-01-26*/Gemfile*: remove rake, version pins, master simplecov.Mike McQuaid
2017-01-25Move Cask fixtures to `test/support/fixtures`.Markus Reiter
2017-01-24tests: give `e` helper in UtilTests a better nameAlyssa Ross
2017-01-24tests: add some emoji tests 💯Alyssa Ross
2017-01-23tests: remove env helperAlyssa Ross
2017-01-23tests: slightly stricter match in tab testMarkus Reiter
2017-01-22tests: remove with_git_env methodAlyssa Ross
2017-01-22tests: use more recent git committer dateAlyssa Ross
2017-01-22tests: remove unnecessary commentAlyssa Ross
2017-01-22tests: re-use with_environment in using_git_envMarkus Reiter
2017-01-22tests: remove remainder of ARGV stubsAlyssa Ross
2017-01-22tests: set verbose in ENV instead of stubbing ARGVAlyssa Ross
2017-01-22tests: set developer in ENV rather than stubbingAlyssa Ross
2017-01-22tests: automatically restore ENV in teardownAlyssa Ross
2017-01-22tests: extract a common using_git_env methodAlyssa Ross
2017-01-22tests: remove more per-test file system cleanupAlyssa Ross
2017-01-22tests: remove explicit tmpdir deletionsAlyssa Ross
2017-01-22tests: clean up file system for all testsAlyssa Ross
2017-01-21tests: reset ARGV in teardownAlyssa Ross
2017-01-21tests: clear tab cache in global teardownAlyssa Ross
2017-01-21tests: enforce `super` in lifecycle hooksAlyssa Ross
2017-01-19tests: revert modification to ARGV at end of testAlyssa Ross
2017-01-19tests: add a missing Tab cache clearAlyssa Ross
2017-01-18integration_command_test_case: improve fail outputMike McQuaid
2017-01-17Merge pull request #1863 from alyssais/uses_ignore_untappedMike McQuaid
2017-01-17Merge pull request #1849 from alyssais/requirement_testsMike McQuaid
2017-01-16Revert "Revert "uses: properly handle untapped fo…Alyssa Ross
2017-01-16tests: fix style of recursive_requirements testsAlyssa Ross
2017-01-16Merge pull request #1763 from minamijoyo/add-feature-github-release-download-...Mike McQuaid
2017-01-15tests: test Formula#recursive_requirementsAlyssa Ross
2017-01-08Fix rubocop style warning of download_strategyMasayuki Morita
2017-01-08Validate a token when initializing GitHubPrivateRepositoryDownloadStrategyMasayuki Morita
2017-01-08Generalize GitHubReleaseDownloadStrategy in order to support archive URLMasayuki Morita
2017-01-07Revert "uses: properly handle untapped formulae in recursive dependency expan...Mike McQuaid