Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-use context available in sandbox. | Jason R. Coombs | 2015-02-03 | 1 | -8/+0 |
* | Access os.environ[key], not os.environ['key'] | Slavek Kabrda | 2015-01-09 | 1 | -1/+1 |
* | Suppress exceptions in a context for clarity, brevity, and reuse. | Jason R. Coombs | 2015-01-02 | 1 | -0/+8 |
* | Extend contexts environment patching logic based on context manager in test_m... | Jason R. Coombs | 2015-01-02 | 1 | -7/+23 |
* | Use contexts for tempdir generation | Jason R. Coombs | 2015-01-02 | 1 | -2/+2 |
* | Also save the ENABLE_USER_SITE setting in the user_override. | Jason R. Coombs | 2015-01-01 | 1 | -0/+10 |
* | Move contexts to their own module | Jason R. Coombs | 2015-01-01 | 1 | -0/+59 |