use os.fork() when running doctests to prevent tested modules from staying in sys...
authorStefan Behnel <scoder@users.berlios.de>
Wed, 7 Oct 2009 18:23:55 +0000 (20:23 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 7 Oct 2009 18:23:55 +0000 (20:23 +0200)
commitf1f99b5175ce5606217eae4b10428842060d675a
treeab5d4d7e64fb48efdba141b55fce20bae994909a
parentabba2535be3f0b14c29a1e99c6c0936c017803b9
use os.fork() when running doctests to prevent tested modules from staying in sys.modules
runtests.py