From b624d75b18b6644adb1e783e1032cbf74da409e7 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 1 Jul 2015 16:11:59 +1200 Subject: Update documentation --- apidocs/testtools.run.TestProgram.html | 176 +++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 apidocs/testtools.run.TestProgram.html (limited to 'apidocs/testtools.run.TestProgram.html') diff --git a/apidocs/testtools.run.TestProgram.html b/apidocs/testtools.run.TestProgram.html new file mode 100644 index 0000000..6488c5e --- /dev/null +++ b/apidocs/testtools.run.TestProgram.html @@ -0,0 +1,176 @@ + + + + + testtools.run.TestProgram : API documentation + + + + + + + + + +
+ + + +
+ +
+ +
+
A command-line program that runs a set of tests; this is primarily +for making test modules conveniently executable.
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Method__init__Undocumented
MethodrunTestsUndocumented
Method_getParentArgParserUndocumented
Method_do_discoveryUndocumented
Method_get_runnerUndocumented
+ + + +
+ +
+ +
+ + + + + + +
+ + def + __init__(self, module=__name__, defaultTest=None, argv=None, testRunner=None, testLoader=defaultTestLoader, exit=True, verbosity=1, failfast=None, catchbreak=None, buffer=None, stdout=None, tb_locals=False): + +
+
+ +
Undocumented
+
+
+ + + + + + +
+ + def + _getParentArgParser(self): + +
+
+ +
Undocumented
+
+
+ + + + + + +
+ + def + _do_discovery(self, argv, Loader=None): + +
+
+ +
Undocumented
+
+
+ + + + + + +
+ + def + runTests(self): + +
+
+ +
Undocumented
+
+
+ + + + + + +
+ + def + _get_runner(self): + +
+
+ +
Undocumented
+
+
+ +
+
+ API Documentation for testtools, generated by pydoctor at 2015-07-01 16:11:28. +
+ +
+ + \ No newline at end of file -- cgit v1.2.1