twisted.trial.runner.TestLoader.loadDoctests(self, module) method documentationtwisted.trial.runner.TestLoader
View Source
Return a suite of tests for all the doctests defined in module.
| Parameters | module | A module object or a module name. |
| Function | saveGlobals | Save test.globs and replace it with a copy so that if necessary, the original will be available for the next test run. |
Save test.globs and replace it with a copy so that if necessary, the original will be available for the next test run.