class documentation
class _BasicOptions: (source)
Known subclasses: twisted.scripts.trial.Options
, twisted.trial._dist.options.WorkerOptions
Basic options shared between trial and its local workers.
Method | __init__ |
Undocumented |
Method | coverdir |
Return a FilePath representing the directory into which coverage results should be written. |
Method | get |
Undocumented |
Method | opt |
Generate coverage information in the coverage file in the directory specified by the temp-directory option. |
Method | opt |
Disable the garbage collector |
Method | opt |
Undocumented |
Method | opt |
Undocumented |
Method | opt |
Undocumented |
Method | opt |
see sys.setrecursionlimit() |
Method | opt |
Print an insanely verbose log of everything that happens. Useful when debugging freezes or locks in complex code. |
Method | opt |
Specify the format to display tracebacks with. Valid formats are 'plain', 'emacs', and 'cgitb' which uses the nicely verbose stdlib cgitb.text function |
Method | opt |
Filename to grep for test cases (-*- test-case-name). |
Method | opt |
Fake the lack of the specified modules, separated with commas. |
Method | parse |
Undocumented |
Method | post |
Undocumented |
Class Variable | comp |
Undocumented |
Class Variable | longdesc |
Undocumented |
Class Variable | opt |
Undocumented |
Class Variable | opt |
Undocumented |
Instance Variable | tracer |
Undocumented |
Method | _load |
Undocumented |
overridden in
twisted.trial._dist.options.WorkerOptions
Return a FilePath
representing the directory into which coverage results should be written.
Generate coverage information in the coverage file in the directory specified by the temp-directory option.
Print an insanely verbose log of everything that happens. Useful when debugging freezes or locks in complex code.
Specify the format to display tracebacks with. Valid formats are 'plain', 'emacs', and 'cgitb' which uses the nicely verbose stdlib cgitb.text function