commit | 4aebbb044942ad17d761491b46ff05b6ab8387c9 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sun Apr 27 19:42:41 2003 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sun Apr 27 19:42:41 2003 +0000 |
tree | 22ec87f3b313f87545d3ba216baa699085d375b2 | |
parent | caf1c9dfe779c2a07c7d3320a9c53ca6e47c1d1b [diff] |
Make tests clean up after themselves better. This means: * call tearDown when Setup is called * shutil.rmtree the root of the created directory instead of just the leaf directory * set the LANGUAGE environment variable to what it was originally and not assume 'en'.