Esempio n. 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)
Esempio n. 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)
Esempio n. 3
0
def integration(c):
    """
    Run high level integration test suite.
    """
    return test(c, opts="--tests=integration")
Esempio n. 4
0
def integration(c):
    """
    Run high level integration test suite.
    """
    return test(c, opts="--tests=integration")