Part of twisted.scripts View Source
Function | _parseLocalVariables | Accepts a single line in Emacs local variable declaration format and |
Function | loadLocalVariables | Accepts a filename and attempts to load the Emacs variable declarations |
Function | getTestModules | Undocumented |
Function | isTestFile | Returns true if 'filename' looks like a file containing unit tests. |
Function | _zshReporterAction | Undocumented |
Class | Options | No class docstring; 9/13 methods documented |
Function | _initialDebugSetup | Undocumented |
Function | _getSuite | Undocumented |
Function | _getLoader | Undocumented |
Function | _makeRunner | Undocumented |
Function | run | Undocumented |
Accepts a single line in Emacs local variable declaration format and returns a dict of all the variables {name: value}. Raises ValueError if 'line' is in the wrong format.
See http://www.gnu.org/software/emacs/manual/html_node/File-Variables.htmlAccepts a filename and attempts to load the Emacs variable declarations from that file, simulating what Emacs does.
See http://www.gnu.org/software/emacs/manual/html_node/File-Variables.html