]> granicus.if.org Git - python/commit
Alas, Vladimir's patch was too aggressive, and started causing really
authorGuido van Rossum <guido@python.org>
Fri, 5 May 2000 14:27:39 +0000 (14:27 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 5 May 2000 14:27:39 +0000 (14:27 +0000)
commit51931144427faa001a6db3cfc37380526be256b6
tree42363b7079a34287246bbac6e4b4c23b6f1b84d9
parent706262bde0e93cc14023a76da3b0836b62e51e4d
Alas, Vladimir's patch was too aggressive, and started causing really
weird errors.  (E.g. see thread "weird bug in test_winreg" in python-dev.)

Since it's actually useful to be able to re-run an individual test
after running test.autotest, we keep the unloading code, but only for
modules whose full name starts with "test.".
Lib/test/regrtest.py