OLD | NEW |
1 | 1 |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
3 <html><head><title>Python: module telemetry.test_runner</title> | 3 <html><head><title>Python: module telemetry.test_runner</title> |
4 </head><body bgcolor="#f0f0f8"> | 4 </head><body bgcolor="#f0f0f8"> |
5 | 5 |
6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> | 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> |
7 <tr bgcolor="#7799ee"> | 7 <tr bgcolor="#7799ee"> |
8 <td valign=bottom> <br> | 8 <td valign=bottom> <br> |
9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a hre
f="telemetry.html"><font color="#ffffff">telemetry</font></a>.test_runner</stron
g></big></big></font></td | 9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a hre
f="telemetry.html"><font color="#ffffff">telemetry</font></a>.test_runner</stron
g></big></big></font></td |
10 ><td align=right valign=bottom | 10 ><td align=right valign=bottom |
11 ><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></tab
le> | 11 ><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></tab
le> |
12 <p><tt>Parses the command line, discovers the
appropriate tests, and runs them.<br> | 12 <p><tt>Parses the command line, discovers the
appropriate tests, and runs them.<br> |
13 <br> | 13 <br> |
14 Handles test configuration, but all the logic 
;for<br> | 14 Handles test configuration, but all the logic 
;for<br> |
15 actually running the test is in Test and 
;PageRunner.</tt></p> | 15 actually running the test is in Test and 
;PageRunner.</tt></p> |
16 <p> | 16 <p> |
17 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 17 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
18 <tr bgcolor="#aa55cc"> | 18 <tr bgcolor="#aa55cc"> |
19 <td colspan=3 valign=bottom> <br> | 19 <td colspan=3 valign=bottom> <br> |
20 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big
></font></td></tr> | 20 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big
></font></td></tr> |
21 | 21 |
22 <tr><td bgcolor="#aa55cc"><tt> </tt></td><td>
</td> | 22 <tr><td bgcolor="#aa55cc"><tt> </tt></td><td>
</td> |
23 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=t
op><a href="telemetry.core.browser_options.html">telemetry.core.browser_options<
/a><br> | 23 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=t
op><a href="telemetry.core.browser_options.html">telemetry.core.browser_options<
/a><br> |
| 24 <a href="telemetry.core.command_line.html">telemetry.core.command_line</a><br> |
| 25 <a href="telemetry.core.discover.html">telemetry.core.discover</a><br> |
| 26 </td><td width="25%" valign=top><a href="inspect.html">inspect</a><br> |
| 27 <a href="json.html">json</a><br> |
| 28 <a href="os.html">os</a><br> |
| 29 </td><td width="25%" valign=top><a href="sys.html">sys</a><br> |
24 <a href="telemetry.test.html">telemetry.test</a><br> | 30 <a href="telemetry.test.html">telemetry.test</a><br> |
25 <a href="copy.html">copy</a><br> | 31 <a href="telemetry.core.util.html">telemetry.core.util</a><br> |
26 </td><td width="25%" valign=top><a href="telemetry.core.discover.html">telemetry
.core.discover</a><br> | 32 </td><td width="25%" valign=top></td></tr></table></td></tr></table><p> |
27 <a href="inspect.html">inspect</a><br> | |
28 <a href="json.html">json</a><br> | |
29 </td><td width="25%" valign=top><a href="optparse.html">optparse</a><br> | |
30 <a href="os.html">os</a><br> | |
31 <a href="sys.html">sys</a><br> | |
32 </td><td width="25%" valign=top><a href="telemetry.test.html">telemetry.test</a>
<br> | |
33 </td></tr></table></td></tr></table><p> | |
34 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 33 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
35 <tr bgcolor="#ee77aa"> | 34 <tr bgcolor="#ee77aa"> |
36 <td colspan=3 valign=bottom> <br> | 35 <td colspan=3 valign=bottom> <br> |
37 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big
></font></td></tr> | 36 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big
></font></td></tr> |
38 | 37 |
39 <tr><td bgcolor="#ee77aa"><tt> </tt></td><td>
</td> | 38 <tr><td bgcolor="#ee77aa"><tt> </tt></td><td>
</td> |
40 <td width="100%"><dl> | 39 <td width="100%"><dl> |
41 <dt><font face="helvetica, arial"><a href="__builtin__.html#object">__builtin__.
object</a> | 40 <dt><font face="helvetica, arial"><a href="telemetry.core.command_line.html#Optp
arseCommand">telemetry.core.command_line.OptparseCommand</a>(<a href="telemetry.
core.command_line.html#Command">telemetry.core.command_line.Command</a>) |
42 </font></dt><dd> | |
43 <dl> | |
44 <dt><font face="helvetica, arial"><a href="telemetry.test_runner.html#Command">C
ommand</a> | |
45 </font></dt><dd> | 41 </font></dt><dd> |
46 <dl> | 42 <dl> |
47 <dt><font face="helvetica, arial"><a href="telemetry.test_runner.html#Help">Help
</a> | 43 <dt><font face="helvetica, arial"><a href="telemetry.test_runner.html#Help">Help
</a> |
48 </font></dt><dt><font face="helvetica, arial"><a href="telemetry.test_runner.htm
l#List">List</a> | 44 </font></dt><dt><font face="helvetica, arial"><a href="telemetry.test_runner.htm
l#List">List</a> |
49 </font></dt><dt><font face="helvetica, arial"><a href="telemetry.test_runner.htm
l#Run">Run</a> | 45 </font></dt><dt><font face="helvetica, arial"><a href="telemetry.test_runner.htm
l#Run">Run</a> |
50 </font></dt></dl> | 46 </font></dt></dl> |
51 </dd> | 47 </dd> |
52 </dl> | 48 </dl> |
53 </dd> | |
54 </dl> | |
55 <p> | 49 <p> |
56 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 50 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
57 <tr bgcolor="#ffc8d8"> | 51 <tr bgcolor="#ffc8d8"> |
58 <td colspan=3 valign=bottom> <br> | 52 <td colspan=3 valign=bottom> <br> |
59 <font color="#000000" face="helvetica, arial"><a name="Command">class <strong>Co
mmand</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</fo
nt></td></tr> | 53 <font color="#000000" face="helvetica, arial"><a name="Help">class <strong>Help<
/strong></a>(<a href="telemetry.core.command_line.html#OptparseCommand">telemetr
y.core.command_line.OptparseCommand</a>)</font></td></tr> |
60 | 54 |
61 <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> | 55 <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
62 <td width="100%">Methods defined here:<br> | 56 <td colspan=2><tt>Display help information<br> </tt></td></tr> |
63 <dl><dt><a name="Command-AddParserOptions"><strong>AddParserOptions</strong></a>
(self, parser)</dt></dl> | 57 <tr><td> </td> |
64 | 58 <td width="100%"><dl><dt>Method resolution order:</dt> |
65 <dl><dt><a name="Command-CreateParser"><strong>CreateParser</strong></a>(self)</
dt></dl> | 59 <dd><a href="telemetry.test_runner.html#Help">Help</a></dd> |
66 | 60 <dd><a href="telemetry.core.command_line.html#OptparseCommand">telemetry.core.co
mmand_line.OptparseCommand</a></dd> |
67 <dl><dt><a name="Command-Run"><strong>Run</strong></a>(self, options, args)</dt>
</dl> | 61 <dd><a href="telemetry.core.command_line.html#Command">telemetry.core.command_li
ne.Command</a></dd> |
68 | 62 <dd><a href="telemetry.core.command_line.html#ArgumentHandlerMixIn">telemetry.co
re.command_line.ArgumentHandlerMixIn</a></dd> |
69 <dl><dt><a name="Command-ValidateCommandLine"><strong>ValidateCommandLine</stron
g></a>(self, parser, options, args)</dt></dl> | 63 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
| 64 </dl> |
| 65 <hr> |
| 66 Methods defined here:<br> |
| 67 <dl><dt><a name="Help-Run"><strong>Run</strong></a>(self, args)</dt></dl> |
70 | 68 |
71 <hr> | 69 <hr> |
72 Data descriptors defined here:<br> | 70 Class methods inherited from <a href="telemetry.core.command_line.html#OptparseC
ommand">telemetry.core.command_line.OptparseCommand</a>:<br> |
| 71 <dl><dt><a name="Help-CreateParser"><strong>CreateParser</strong></a>(cls)<font
color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#ty
pe">__builtin__.type</a></font></font></dt></dl> |
| 72 |
| 73 <hr> |
| 74 Data and other attributes inherited from <a href="telemetry.core.command_line.ht
ml#OptparseCommand">telemetry.core.command_line.OptparseCommand</a>:<br> |
| 75 <dl><dt><strong>usage</strong> = ''</dl> |
| 76 |
| 77 <hr> |
| 78 Class methods inherited from <a href="telemetry.core.command_line.html#Command">
telemetry.core.command_line.Command</a>:<br> |
| 79 <dl><dt><a name="Help-Description"><strong>Description</strong></a>(cls)<font co
lor="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type
">__builtin__.type</a></font></font></dt></dl> |
| 80 |
| 81 <dl><dt><a name="Help-Name"><strong>Name</strong></a>(cls)<font color="#909090">
<font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.
type</a></font></font></dt></dl> |
| 82 |
| 83 <hr> |
| 84 Class methods inherited from <a href="telemetry.core.command_line.html#ArgumentH
andlerMixIn">telemetry.core.command_line.ArgumentHandlerMixIn</a>:<br> |
| 85 <dl><dt><a name="Help-AddCommandLineArgs"><strong>AddCommandLineArgs</strong></a
>(cls, parser)<font color="#909090"><font face="helvetica, arial"> from <a href=
"__builtin__.html#type">__builtin__.type</a></font></font></dt><dd><tt>Override&
nbsp;to accept custom command-line arguments.</tt></dd></dl> |
| 86 |
| 87 <dl><dt><a name="Help-ProcessCommandLineArgs"><strong>ProcessCommandLineArgs</st
rong></a>(cls, parser, args)<font color="#909090"><font face="helvetica, arial">
from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt><dd
><tt>Override to process command-line arguments.<br> |
| 88 <br> |
| 89 We pass in parser so we can call parser.
error().</tt></dd></dl> |
| 90 |
| 91 <hr> |
| 92 Data descriptors inherited from <a href="telemetry.core.command_line.html#Argume
ntHandlerMixIn">telemetry.core.command_line.ArgumentHandlerMixIn</a>:<br> |
73 <dl><dt><strong>__dict__</strong></dt> | 93 <dl><dt><strong>__dict__</strong></dt> |
74 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> | 94 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> |
75 </dl> | 95 </dl> |
76 <dl><dt><strong>__weakref__</strong></dt> | 96 <dl><dt><strong>__weakref__</strong></dt> |
77 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> | 97 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> |
78 </dl> | 98 </dl> |
79 <dl><dt><strong>description</strong></dt> | |
80 </dl> | |
81 <dl><dt><strong>name</strong></dt> | |
82 </dl> | |
83 <hr> | |
84 Data and other attributes defined here:<br> | |
85 <dl><dt><strong>usage</strong> = ''</dl> | |
86 | |
87 </td></tr></table> <p> | 99 </td></tr></table> <p> |
88 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 100 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
89 <tr bgcolor="#ffc8d8"> | 101 <tr bgcolor="#ffc8d8"> |
90 <td colspan=3 valign=bottom> <br> | 102 <td colspan=3 valign=bottom> <br> |
91 <font color="#000000" face="helvetica, arial"><a name="Help">class <strong>Help<
/strong></a>(<a href="telemetry.test_runner.html#Command">Command</a>)</font></t
d></tr> | 103 <font color="#000000" face="helvetica, arial"><a name="List">class <strong>List<
/strong></a>(<a href="telemetry.core.command_line.html#OptparseCommand">telemetr
y.core.command_line.OptparseCommand</a>)</font></td></tr> |
92 | 104 |
93 <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> | 105 <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
94 <td colspan=2><tt>Display help information<br> </tt></td></tr> | 106 <td colspan=2><tt>Lists the available tests<br> </tt></td></
tr> |
95 <tr><td> </td> | 107 <tr><td> </td> |
96 <td width="100%"><dl><dt>Method resolution order:</dt> | 108 <td width="100%"><dl><dt>Method resolution order:</dt> |
97 <dd><a href="telemetry.test_runner.html#Help">Help</a></dd> | 109 <dd><a href="telemetry.test_runner.html#List">List</a></dd> |
98 <dd><a href="telemetry.test_runner.html#Command">Command</a></dd> | 110 <dd><a href="telemetry.core.command_line.html#OptparseCommand">telemetry.core.co
mmand_line.OptparseCommand</a></dd> |
| 111 <dd><a href="telemetry.core.command_line.html#Command">telemetry.core.command_li
ne.Command</a></dd> |
| 112 <dd><a href="telemetry.core.command_line.html#ArgumentHandlerMixIn">telemetry.co
re.command_line.ArgumentHandlerMixIn</a></dd> |
99 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> | 113 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
100 </dl> | 114 </dl> |
101 <hr> | 115 <hr> |
102 Methods defined here:<br> | 116 Methods defined here:<br> |
103 <dl><dt><a name="Help-Run"><strong>Run</strong></a>(self, options, args)</dt></d
l> | 117 <dl><dt><a name="List-Run"><strong>Run</strong></a>(self, args)</dt></dl> |
104 | 118 |
105 <hr> | 119 <hr> |
106 Methods inherited from <a href="telemetry.test_runner.html#Command">Command</a>:
<br> | 120 Class methods defined here:<br> |
107 <dl><dt><a name="Help-AddParserOptions"><strong>AddParserOptions</strong></a>(se
lf, parser)</dt></dl> | 121 <dl><dt><a name="List-AddCommandLineArgs"><strong>AddCommandLineArgs</strong></a
>(cls, parser)<font color="#909090"><font face="helvetica, arial"> from <a href=
"__builtin__.html#type">__builtin__.type</a></font></font></dt></dl> |
108 | 122 |
109 <dl><dt><a name="Help-CreateParser"><strong>CreateParser</strong></a>(self)</dt>
</dl> | 123 <dl><dt><a name="List-ProcessCommandLineArgs"><strong>ProcessCommandLineArgs</st
rong></a>(cls, parser, args)<font color="#909090"><font face="helvetica, arial">
from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt></d
l> |
110 | |
111 <dl><dt><a name="Help-ValidateCommandLine"><strong>ValidateCommandLine</strong><
/a>(self, parser, options, args)</dt></dl> | |
112 | 124 |
113 <hr> | 125 <hr> |
114 Data descriptors inherited from <a href="telemetry.test_runner.html#Command">Com
mand</a>:<br> | 126 Data and other attributes defined here:<br> |
| 127 <dl><dt><strong>usage</strong> = '[test_name] [<options>]'</dl> |
| 128 |
| 129 <hr> |
| 130 Class methods inherited from <a href="telemetry.core.command_line.html#OptparseC
ommand">telemetry.core.command_line.OptparseCommand</a>:<br> |
| 131 <dl><dt><a name="List-CreateParser"><strong>CreateParser</strong></a>(cls)<font
color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#ty
pe">__builtin__.type</a></font></font></dt></dl> |
| 132 |
| 133 <hr> |
| 134 Class methods inherited from <a href="telemetry.core.command_line.html#Command">
telemetry.core.command_line.Command</a>:<br> |
| 135 <dl><dt><a name="List-Description"><strong>Description</strong></a>(cls)<font co
lor="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type
">__builtin__.type</a></font></font></dt></dl> |
| 136 |
| 137 <dl><dt><a name="List-Name"><strong>Name</strong></a>(cls)<font color="#909090">
<font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.
type</a></font></font></dt></dl> |
| 138 |
| 139 <hr> |
| 140 Data descriptors inherited from <a href="telemetry.core.command_line.html#Argume
ntHandlerMixIn">telemetry.core.command_line.ArgumentHandlerMixIn</a>:<br> |
115 <dl><dt><strong>__dict__</strong></dt> | 141 <dl><dt><strong>__dict__</strong></dt> |
116 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> | 142 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> |
117 </dl> | 143 </dl> |
118 <dl><dt><strong>__weakref__</strong></dt> | 144 <dl><dt><strong>__weakref__</strong></dt> |
119 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> | 145 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> |
120 </dl> | 146 </dl> |
121 <dl><dt><strong>description</strong></dt> | |
122 </dl> | |
123 <dl><dt><strong>name</strong></dt> | |
124 </dl> | |
125 <hr> | |
126 Data and other attributes inherited from <a href="telemetry.test_runner.html#Com
mand">Command</a>:<br> | |
127 <dl><dt><strong>usage</strong> = ''</dl> | |
128 | |
129 </td></tr></table> <p> | 147 </td></tr></table> <p> |
130 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 148 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
131 <tr bgcolor="#ffc8d8"> | 149 <tr bgcolor="#ffc8d8"> |
132 <td colspan=3 valign=bottom> <br> | 150 <td colspan=3 valign=bottom> <br> |
133 <font color="#000000" face="helvetica, arial"><a name="List">class <strong>List<
/strong></a>(<a href="telemetry.test_runner.html#Command">Command</a>)</font></t
d></tr> | 151 <font color="#000000" face="helvetica, arial"><a name="Run">class <strong>Run</s
trong></a>(<a href="telemetry.core.command_line.html#OptparseCommand">telemetry.
core.command_line.OptparseCommand</a>)</font></td></tr> |
134 | 152 |
135 <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> | 153 <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
136 <td colspan=2><tt>Lists the available tests<br> </tt></td></
tr> | 154 <td colspan=2><tt><a href="#Run">Run</a> one or more tests<b
r> </tt></td></tr> |
137 <tr><td> </td> | 155 <tr><td> </td> |
138 <td width="100%"><dl><dt>Method resolution order:</dt> | 156 <td width="100%"><dl><dt>Method resolution order:</dt> |
139 <dd><a href="telemetry.test_runner.html#List">List</a></dd> | 157 <dd><a href="telemetry.test_runner.html#Run">Run</a></dd> |
140 <dd><a href="telemetry.test_runner.html#Command">Command</a></dd> | 158 <dd><a href="telemetry.core.command_line.html#OptparseCommand">telemetry.core.co
mmand_line.OptparseCommand</a></dd> |
| 159 <dd><a href="telemetry.core.command_line.html#Command">telemetry.core.command_li
ne.Command</a></dd> |
| 160 <dd><a href="telemetry.core.command_line.html#ArgumentHandlerMixIn">telemetry.co
re.command_line.ArgumentHandlerMixIn</a></dd> |
141 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> | 161 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
142 </dl> | 162 </dl> |
143 <hr> | 163 <hr> |
144 Methods defined here:<br> | 164 Methods defined here:<br> |
145 <dl><dt><a name="List-AddParserOptions"><strong>AddParserOptions</strong></a>(se
lf, parser)</dt></dl> | 165 <dl><dt><a name="Run-Run"><strong>Run</strong></a>(self, args)</dt></dl> |
146 | |
147 <dl><dt><a name="List-Run"><strong>Run</strong></a>(self, options, args)</dt></d
l> | |
148 | 166 |
149 <hr> | 167 <hr> |
150 Methods inherited from <a href="telemetry.test_runner.html#Command">Command</a>:
<br> | 168 Class methods defined here:<br> |
151 <dl><dt><a name="List-CreateParser"><strong>CreateParser</strong></a>(self)</dt>
</dl> | 169 <dl><dt><a name="Run-AddCommandLineArgs"><strong>AddCommandLineArgs</strong></a>
(cls, parser)<font color="#909090"><font face="helvetica, arial"> from <a href="
__builtin__.html#type">__builtin__.type</a></font></font></dt></dl> |
152 | 170 |
153 <dl><dt><a name="List-ValidateCommandLine"><strong>ValidateCommandLine</strong><
/a>(self, parser, options, args)</dt></dl> | 171 <dl><dt><a name="Run-CreateParser"><strong>CreateParser</strong></a>(cls)<font c
olor="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#typ
e">__builtin__.type</a></font></font></dt></dl> |
| 172 |
| 173 <dl><dt><a name="Run-ProcessCommandLineArgs"><strong>ProcessCommandLineArgs</str
ong></a>(cls, parser, args)<font color="#909090"><font face="helvetica, arial">
from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt></dl
> |
154 | 174 |
155 <hr> | 175 <hr> |
156 Data descriptors inherited from <a href="telemetry.test_runner.html#Command">Com
mand</a>:<br> | 176 Data and other attributes defined here:<br> |
| 177 <dl><dt><strong>usage</strong> = 'test_name [<options>]'</dl> |
| 178 |
| 179 <hr> |
| 180 Class methods inherited from <a href="telemetry.core.command_line.html#Command">
telemetry.core.command_line.Command</a>:<br> |
| 181 <dl><dt><a name="Run-Description"><strong>Description</strong></a>(cls)<font col
or="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type"
>__builtin__.type</a></font></font></dt></dl> |
| 182 |
| 183 <dl><dt><a name="Run-Name"><strong>Name</strong></a>(cls)<font color="#909090"><
font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.t
ype</a></font></font></dt></dl> |
| 184 |
| 185 <hr> |
| 186 Data descriptors inherited from <a href="telemetry.core.command_line.html#Argume
ntHandlerMixIn">telemetry.core.command_line.ArgumentHandlerMixIn</a>:<br> |
157 <dl><dt><strong>__dict__</strong></dt> | 187 <dl><dt><strong>__dict__</strong></dt> |
158 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> | 188 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> |
159 </dl> | 189 </dl> |
160 <dl><dt><strong>__weakref__</strong></dt> | 190 <dl><dt><strong>__weakref__</strong></dt> |
161 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> | 191 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> |
162 </dl> | 192 </dl> |
163 <dl><dt><strong>description</strong></dt> | |
164 </dl> | |
165 <dl><dt><strong>name</strong></dt> | |
166 </dl> | |
167 <hr> | |
168 Data and other attributes inherited from <a href="telemetry.test_runner.html#Com
mand">Command</a>:<br> | |
169 <dl><dt><strong>usage</strong> = ''</dl> | |
170 | |
171 </td></tr></table> <p> | |
172 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | |
173 <tr bgcolor="#ffc8d8"> | |
174 <td colspan=3 valign=bottom> <br> | |
175 <font color="#000000" face="helvetica, arial"><a name="Run">class <strong>Run</s
trong></a>(<a href="telemetry.test_runner.html#Command">Command</a>)</font></td>
</tr> | |
176 | |
177 <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> | |
178 <td colspan=2><tt><a href="#Run">Run</a> one or more tests<b
r> </tt></td></tr> | |
179 <tr><td> </td> | |
180 <td width="100%"><dl><dt>Method resolution order:</dt> | |
181 <dd><a href="telemetry.test_runner.html#Run">Run</a></dd> | |
182 <dd><a href="telemetry.test_runner.html#Command">Command</a></dd> | |
183 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> | |
184 </dl> | |
185 <hr> | |
186 Methods defined here:<br> | |
187 <dl><dt><a name="Run-CreateParser"><strong>CreateParser</strong></a>(self)</dt><
/dl> | |
188 | |
189 <dl><dt><a name="Run-Run"><strong>Run</strong></a>(self, options, args)</dt></dl
> | |
190 | |
191 <dl><dt><a name="Run-ValidateCommandLine"><strong>ValidateCommandLine</strong></
a>(self, parser, options, args)</dt></dl> | |
192 | |
193 <hr> | |
194 Data and other attributes defined here:<br> | |
195 <dl><dt><strong>usage</strong> = 'test_name [...] [<args>]'</dl> | |
196 | |
197 <hr> | |
198 Methods inherited from <a href="telemetry.test_runner.html#Command">Command</a>:
<br> | |
199 <dl><dt><a name="Run-AddParserOptions"><strong>AddParserOptions</strong></a>(sel
f, parser)</dt></dl> | |
200 | |
201 <hr> | |
202 Data descriptors inherited from <a href="telemetry.test_runner.html#Command">Com
mand</a>:<br> | |
203 <dl><dt><strong>__dict__</strong></dt> | |
204 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> | |
205 </dl> | |
206 <dl><dt><strong>__weakref__</strong></dt> | |
207 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> | |
208 </dl> | |
209 <dl><dt><strong>description</strong></dt> | |
210 </dl> | |
211 <dl><dt><strong>name</strong></dt> | |
212 </dl> | |
213 </td></tr></table></td></tr></table><p> | 193 </td></tr></table></td></tr></table><p> |
214 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 194 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
215 <tr bgcolor="#eeaa77"> | 195 <tr bgcolor="#eeaa77"> |
216 <td colspan=3 valign=bottom> <br> | 196 <td colspan=3 valign=bottom> <br> |
217 <font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></b
ig></font></td></tr> | 197 <font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></b
ig></font></td></tr> |
218 | 198 |
219 <tr><td bgcolor="#eeaa77"><tt> </tt></td><td>
</td> | 199 <tr><td bgcolor="#eeaa77"><tt> </tt></td><td>
</td> |
220 <td width="100%"><dl><dt><a name="-Main"><strong>Main</strong></a>()</dt></dl> | 200 <td width="100%"><dl><dt><a name="-Main"><strong>Main</strong></a>()</dt></dl> |
221 </td></tr></table><p> | 201 </td></tr></table><p> |
222 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 202 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
223 <tr bgcolor="#55aa55"> | 203 <tr bgcolor="#55aa55"> |
224 <td colspan=3 valign=bottom> <br> | 204 <td colspan=3 valign=bottom> <br> |
225 <font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></
font></td></tr> | 205 <font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></
font></td></tr> |
226 | 206 |
227 <tr><td bgcolor="#55aa55"><tt> </tt></td><td>
</td> | 207 <tr><td bgcolor="#55aa55"><tt> </tt></td><td>
</td> |
228 <td width="100%"><strong>COMMANDS</strong> = [<telemetry.test_runner.Help obj
ect>, <telemetry.test_runner.List object>, <telemetry.test_runner.Ru
n object>]</td></tr></table> | 208 <td width="100%"><strong>test_aliases</strong> = {}</td></tr></table> |
229 </body></html> | 209 </body></html> |
OLD | NEW |