commit | cb0f2ad0c2f45ae065ce87c27080355a98965042 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Wed Apr 02 00:55:04 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Wed Apr 02 00:55:04 2008 +0000 |
tree | e45f3e59af9d227aa26dba9063a7f20ef556d4d8 | |
parent | 4d0c1170ef1eb0d0acbbcc6da0fa5a7c6cba4a10 [diff] |
A DocTestSuite cannot run multiple times: it clears its globals dictionary after the first run. Rebuild the DocTestSuite on each iteration.