view hgext/__init__.py @ 21303:21a706020dd6

run-tests: move env into Test Environment variables are an implementation detail of how tests are executed. This patch moves environment variable logic into Test and completely hides it from the outside. With this patch, a Test can be executed with two lines: init + run(). Tests are still single-use and take a more arguments to the constructor than likely necessary. These will get addressed in subsequent patches.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 19 Apr 2014 13:26:12 -0700
parents 7d439981bec4
children 155e3308289c
line wrap: on
line source

# placeholder