testhelpers: making environment more test-local
In may cases, `ui.environ` is simply `os.environ`, which obviously causes side effect issues between tests. One of these is that check_write was wrong: if no user is provided, then permission should be granted.
Please register or sign in to comment