Index: tools/telemetry/docs/telemetry.test_runner.html |
diff --git a/tools/telemetry/docs/telemetry.test_runner.html b/tools/telemetry/docs/telemetry.test_runner.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e3974928eb0c6cdb315e43df114da015d151016a |
--- /dev/null |
+++ b/tools/telemetry/docs/telemetry.test_runner.html |
@@ -0,0 +1,229 @@ |
+ |
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
+<html><head><title>Python: module telemetry.test_runner</title> |
+</head><body bgcolor="#f0f0f8"> |
+ |
+<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> |
+<tr bgcolor="#7799ee"> |
+<td valign=bottom> <br> |
+<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.test_runner</strong></big></big></font></td |
+><td align=right valign=bottom |
+><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/test_runner.py">telemetry/test_runner.py</a></font></td></tr></table> |
+ <p><tt>Parses the command line, discovers the appropriate tests, and runs them.<br> |
+ <br> |
+Handles test configuration, but all the logic for<br> |
+actually running the test is in Test and PageRunner.</tt></p> |
+<p> |
+<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
+<tr bgcolor="#aa55cc"> |
+<td colspan=3 valign=bottom> <br> |
+<font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr> |
+ |
+<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td> |
+<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="telemetry.core.browser_options.html">telemetry.core.browser_options</a><br> |
+<a href="telemetry.test.html">telemetry.test</a><br> |
+<a href="copy.html">copy</a><br> |
+</td><td width="25%" valign=top><a href="telemetry.core.discover.html">telemetry.core.discover</a><br> |
+<a href="inspect.html">inspect</a><br> |
+<a href="json.html">json</a><br> |
+</td><td width="25%" valign=top><a href="optparse.html">optparse</a><br> |
+<a href="os.html">os</a><br> |
+<a href="sys.html">sys</a><br> |
+</td><td width="25%" valign=top><a href="telemetry.test.html">telemetry.test</a><br> |
+</td></tr></table></td></tr></table><p> |
+<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
+<tr bgcolor="#ee77aa"> |
+<td colspan=3 valign=bottom> <br> |
+<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr> |
+ |
+<tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td> |
+<td width="100%"><dl> |
+<dt><font face="helvetica, arial"><a href="__builtin__.html#object">__builtin__.object</a> |
+</font></dt><dd> |
+<dl> |
+<dt><font face="helvetica, arial"><a href="telemetry.test_runner.html#Command">Command</a> |
+</font></dt><dd> |
+<dl> |
+<dt><font face="helvetica, arial"><a href="telemetry.test_runner.html#Help">Help</a> |
+</font></dt><dt><font face="helvetica, arial"><a href="telemetry.test_runner.html#List">List</a> |
+</font></dt><dt><font face="helvetica, arial"><a href="telemetry.test_runner.html#Run">Run</a> |
+</font></dt></dl> |
+</dd> |
+</dl> |
+</dd> |
+</dl> |
+ <p> |
+<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
+<tr bgcolor="#ffc8d8"> |
+<td colspan=3 valign=bottom> <br> |
+<font color="#000000" face="helvetica, arial"><a name="Command">class <strong>Command</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr> |
+ |
+<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> |
+<td width="100%">Methods defined here:<br> |
+<dl><dt><a name="Command-AddParserOptions"><strong>AddParserOptions</strong></a>(self, parser)</dt></dl> |
+ |
+<dl><dt><a name="Command-CreateParser"><strong>CreateParser</strong></a>(self)</dt></dl> |
+ |
+<dl><dt><a name="Command-Run"><strong>Run</strong></a>(self, options, args)</dt></dl> |
+ |
+<dl><dt><a name="Command-ValidateCommandLine"><strong>ValidateCommandLine</strong></a>(self, parser, options, args)</dt></dl> |
+ |
+<hr> |
+Data descriptors defined here:<br> |
+<dl><dt><strong>__dict__</strong></dt> |
+<dd><tt>dictionary for instance variables (if defined)</tt></dd> |
+</dl> |
+<dl><dt><strong>__weakref__</strong></dt> |
+<dd><tt>list of weak references to the object (if defined)</tt></dd> |
+</dl> |
+<dl><dt><strong>description</strong></dt> |
+</dl> |
+<dl><dt><strong>name</strong></dt> |
+</dl> |
+<hr> |
+Data and other attributes defined here:<br> |
+<dl><dt><strong>usage</strong> = ''</dl> |
+ |
+</td></tr></table> <p> |
+<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
+<tr bgcolor="#ffc8d8"> |
+<td colspan=3 valign=bottom> <br> |
+<font color="#000000" face="helvetica, arial"><a name="Help">class <strong>Help</strong></a>(<a href="telemetry.test_runner.html#Command">Command</a>)</font></td></tr> |
+ |
+<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
+<td colspan=2><tt>Display help information<br> </tt></td></tr> |
+<tr><td> </td> |
+<td width="100%"><dl><dt>Method resolution order:</dt> |
+<dd><a href="telemetry.test_runner.html#Help">Help</a></dd> |
+<dd><a href="telemetry.test_runner.html#Command">Command</a></dd> |
+<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
+</dl> |
+<hr> |
+Methods defined here:<br> |
+<dl><dt><a name="Help-Run"><strong>Run</strong></a>(self, options, args)</dt></dl> |
+ |
+<hr> |
+Methods inherited from <a href="telemetry.test_runner.html#Command">Command</a>:<br> |
+<dl><dt><a name="Help-AddParserOptions"><strong>AddParserOptions</strong></a>(self, parser)</dt></dl> |
+ |
+<dl><dt><a name="Help-CreateParser"><strong>CreateParser</strong></a>(self)</dt></dl> |
+ |
+<dl><dt><a name="Help-ValidateCommandLine"><strong>ValidateCommandLine</strong></a>(self, parser, options, args)</dt></dl> |
+ |
+<hr> |
+Data descriptors inherited from <a href="telemetry.test_runner.html#Command">Command</a>:<br> |
+<dl><dt><strong>__dict__</strong></dt> |
+<dd><tt>dictionary for instance variables (if defined)</tt></dd> |
+</dl> |
+<dl><dt><strong>__weakref__</strong></dt> |
+<dd><tt>list of weak references to the object (if defined)</tt></dd> |
+</dl> |
+<dl><dt><strong>description</strong></dt> |
+</dl> |
+<dl><dt><strong>name</strong></dt> |
+</dl> |
+<hr> |
+Data and other attributes inherited from <a href="telemetry.test_runner.html#Command">Command</a>:<br> |
+<dl><dt><strong>usage</strong> = ''</dl> |
+ |
+</td></tr></table> <p> |
+<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
+<tr bgcolor="#ffc8d8"> |
+<td colspan=3 valign=bottom> <br> |
+<font color="#000000" face="helvetica, arial"><a name="List">class <strong>List</strong></a>(<a href="telemetry.test_runner.html#Command">Command</a>)</font></td></tr> |
+ |
+<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
+<td colspan=2><tt>Lists the available tests<br> </tt></td></tr> |
+<tr><td> </td> |
+<td width="100%"><dl><dt>Method resolution order:</dt> |
+<dd><a href="telemetry.test_runner.html#List">List</a></dd> |
+<dd><a href="telemetry.test_runner.html#Command">Command</a></dd> |
+<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
+</dl> |
+<hr> |
+Methods defined here:<br> |
+<dl><dt><a name="List-AddParserOptions"><strong>AddParserOptions</strong></a>(self, parser)</dt></dl> |
+ |
+<dl><dt><a name="List-Run"><strong>Run</strong></a>(self, options, args)</dt></dl> |
+ |
+<hr> |
+Methods inherited from <a href="telemetry.test_runner.html#Command">Command</a>:<br> |
+<dl><dt><a name="List-CreateParser"><strong>CreateParser</strong></a>(self)</dt></dl> |
+ |
+<dl><dt><a name="List-ValidateCommandLine"><strong>ValidateCommandLine</strong></a>(self, parser, options, args)</dt></dl> |
+ |
+<hr> |
+Data descriptors inherited from <a href="telemetry.test_runner.html#Command">Command</a>:<br> |
+<dl><dt><strong>__dict__</strong></dt> |
+<dd><tt>dictionary for instance variables (if defined)</tt></dd> |
+</dl> |
+<dl><dt><strong>__weakref__</strong></dt> |
+<dd><tt>list of weak references to the object (if defined)</tt></dd> |
+</dl> |
+<dl><dt><strong>description</strong></dt> |
+</dl> |
+<dl><dt><strong>name</strong></dt> |
+</dl> |
+<hr> |
+Data and other attributes inherited from <a href="telemetry.test_runner.html#Command">Command</a>:<br> |
+<dl><dt><strong>usage</strong> = ''</dl> |
+ |
+</td></tr></table> <p> |
+<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
+<tr bgcolor="#ffc8d8"> |
+<td colspan=3 valign=bottom> <br> |
+<font color="#000000" face="helvetica, arial"><a name="Run">class <strong>Run</strong></a>(<a href="telemetry.test_runner.html#Command">Command</a>)</font></td></tr> |
+ |
+<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
+<td colspan=2><tt><a href="#Run">Run</a> one or more tests<br> </tt></td></tr> |
+<tr><td> </td> |
+<td width="100%"><dl><dt>Method resolution order:</dt> |
+<dd><a href="telemetry.test_runner.html#Run">Run</a></dd> |
+<dd><a href="telemetry.test_runner.html#Command">Command</a></dd> |
+<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
+</dl> |
+<hr> |
+Methods defined here:<br> |
+<dl><dt><a name="Run-CreateParser"><strong>CreateParser</strong></a>(self)</dt></dl> |
+ |
+<dl><dt><a name="Run-Run"><strong>Run</strong></a>(self, options, args)</dt></dl> |
+ |
+<dl><dt><a name="Run-ValidateCommandLine"><strong>ValidateCommandLine</strong></a>(self, parser, options, args)</dt></dl> |
+ |
+<hr> |
+Data and other attributes defined here:<br> |
+<dl><dt><strong>usage</strong> = 'test_name [...] [<args>]'</dl> |
+ |
+<hr> |
+Methods inherited from <a href="telemetry.test_runner.html#Command">Command</a>:<br> |
+<dl><dt><a name="Run-AddParserOptions"><strong>AddParserOptions</strong></a>(self, parser)</dt></dl> |
+ |
+<hr> |
+Data descriptors inherited from <a href="telemetry.test_runner.html#Command">Command</a>:<br> |
+<dl><dt><strong>__dict__</strong></dt> |
+<dd><tt>dictionary for instance variables (if defined)</tt></dd> |
+</dl> |
+<dl><dt><strong>__weakref__</strong></dt> |
+<dd><tt>list of weak references to the object (if defined)</tt></dd> |
+</dl> |
+<dl><dt><strong>description</strong></dt> |
+</dl> |
+<dl><dt><strong>name</strong></dt> |
+</dl> |
+</td></tr></table></td></tr></table><p> |
+<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
+<tr bgcolor="#eeaa77"> |
+<td colspan=3 valign=bottom> <br> |
+<font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr> |
+ |
+<tr><td bgcolor="#eeaa77"><tt> </tt></td><td> </td> |
+<td width="100%"><dl><dt><a name="-Main"><strong>Main</strong></a>()</dt></dl> |
+</td></tr></table><p> |
+<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
+<tr bgcolor="#55aa55"> |
+<td colspan=3 valign=bottom> <br> |
+<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr> |
+ |
+<tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td> |
+<td width="100%"><strong>COMMANDS</strong> = [<telemetry.test_runner.Help object>, <telemetry.test_runner.List object>, <telemetry.test_runner.Run object>]</td></tr></table> |
+</body></html> |