aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/uninstall_test.rb
AgeCommit message (Collapse)Author
2017-02-27Convert `brew uninstall` test to spec.Markus Reiter
2017-02-23Convert `brew uninstall` test to spec.Markus Reiter
2017-01-22tests: clean up file system for all testsAlyssa Ross
(No longer just integration tests.)
2017-01-21tests: reset ARGV in teardownAlyssa Ross
2017-01-21tests: enforce `super` in lifecycle hooksAlyssa Ross
This will allow us to have global setup and teardown for tests. For example, we can automatically clear caches after each test, to avoid annoying intermittent failures like #1879 and #1886.
2017-01-01tests: optlink fake kegs in uninstall testAlyssa Ross
2016-12-30keg: fall back for dependencies of buggy tabsAlyssa Ross
Fixes #1554.
2016-12-02uninstall_test: require testing_envBob W. Hogg
2016-11-17Revert "uninstall: skip some flaky tests for now."Alyssa Ross
This reverts commit 50c964df2ebda125366a94f0e8701eaeb0d98fa7.
2016-11-16Move test files back directly to `test/`.Markus Reiter