| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
object --+
         |
        XMLTestRunner
A test runner that stores results in XML format compatible with JUnit.
XMLTestRunner(stream=None) -> XML test runner
The XML file is written to the supplied stream. If stream is None, the results are stored in a file called TEST-<module>.<class>.xml in the current working directory (if not overridden with the path property), where <module> and <class> are the module and class name of the test class.
| Instance Methods | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| Properties | |
| path The path where the XML files are stored. | |
| Inherited from  | |
| Method Details | 
| 
 x.__init__(...) initializes x; see x.__class__.__doc__ for signature 
 | 
| Property Details | 
| pathThe path where the XML files are stored. This property is ignored when the XML file is written to a file stream. 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Fri Jan 11 10:12:02 2013 | http://epydoc.sourceforge.net |