]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make tests clean up after themselves better. This means:
authorBrett Cannon <bcannon@gmail.com>
Sun, 27 Apr 2003 19:42:41 +0000 (19:42 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 27 Apr 2003 19:42:41 +0000 (19:42 +0000)
commit4aebbb044942ad17d761491b46ff05b6ab8387c9
tree22ec87f3b313f87545d3ba216baa699085d375b2
parentcaf1c9dfe779c2a07c7d3320a9c53ca6e47c1d1b
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'.
Lib/test/test_gettext.py