aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_sandbox.rb
AgeCommit message (Collapse)Author
2016-09-17rubocop --auto-correct all hash-rocket usage.Mike McQuaid
2016-08-15sandbox: add formula? method and sandbox core.Mike McQuaid
Add a new `Sandbox.formula?` method to see if a given formula should be sandboxed. Use the formula to check its tap against a list of pre-approved taps where we know every formula builds under the sandbox (currently just homebrew/core).
2016-08-15sandbox: add test? method.Mike McQuaid
Simplify checking if we’re going to sandbox a test with `Sandbox.test?`.
2016-08-14Test that sandbox complains correctlyTim D. Smith
Test that sandbox does not complain about bogus .pyc errors and does complain about other failures. Closes #684.
2015-04-29Ensure HOMEBREW_TEMP is respected in all testsJack Nagel
2015-04-28Manage sandbox test resources in setup/teardownJack Nagel
2015-04-15sandbox: redesign APIXu Cheng
2015-04-09preliminary write control only sandboxXu Cheng
Closes Homebrew/homebrew#38361. Signed-off-by: Xu Cheng <xucheng@me.com>