Example #1
0
def integration(c, module=None, runner=None, opts=None):
    """
    Run the integration test suite. May be slow!
    """
    opts = opts or ""
    opts += " --tests=integration/"
    test(c, module, runner, opts)
Example #2
0
def integration(c, module=None, runner=None, opts=None):
    """
    Run the integration test suite. May be slow!
    """
    opts = opts or ""
    opts += " --tests=integration/"
    test(c, module, runner, opts)
Example #3
0
def integration(c):
    """
    Run high level integration test suite.
    """
    return test(c, opts="--tests=integration")
Example #4
0
def integration(c):
    """
    Run high level integration test suite.
    """
    return test(c, opts="--tests=integration")