rad  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Attributes | List of all members
etr.plugins.nose.Plugin Class Reference

Nose plugin for etr to allow execution of nose test suites. More...

Public Member Functions

def __init__
 
def run
 Run test specified in configuration. More...
 

Static Public Attributes

string config_schema
 

Detailed Description

Nose plugin for etr to allow execution of nose test suites.

Configuration schema:

Optional (default True)

randomize True|False

nose:
    tests:
        - tests/fail.py
        - tests/success.py

Constructor & Destructor Documentation

def etr.plugins.nose.Plugin.__init__ (   self,
  ctx 
)

Member Function Documentation

def etr.plugins.nose.Plugin.run (   self,
  ctx 
)

Run test specified in configuration.

Todo:
: Parse xunit results and present result summary.

Member Data Documentation

string etr.plugins.nose.Plugin.config_schema
static
Initial value:
1 = """
2 type: object
3 additionalProperties: False
4 properties:
5  tests:
6  type: array
7  items:
8  type: string
9 """

The documentation for this class was generated from the following file: