Exemplo n.º 1
0
def get_suite():
    "Returns the testsuite"
    tests = [
        AuthorizeTest,
    ]

    return testlib.make_suite(tests)
Exemplo n.º 2
0
def local_suite():
    "Returns the testsuite"
    tests = [
        BaseTest,
        ServerTest,
    ]
    return testlib.make_suite(tests)
Exemplo n.º 3
0
def get_suite():
    "Returns the testsuite"
    tests  = [ 
        Hdflib,
    ]

    return testlib.make_suite( tests )
Exemplo n.º 4
0
def get_suite():
    "Returns the testsuite"
    tests = [
        Hdflib,
    ]

    return testlib.make_suite(tests)
Exemplo n.º 5
0
def local_suite():
    "Returns the testsuite"
    tests  = [ 
        BaseTest,
        ServerTest,
    ]
    return testlib.make_suite( tests )
def get_suite():
    "Returns the testsuite"
    tests  = [ 
        AuthorizeTest,
    ]

    return testlib.make_suite( tests )
Exemplo n.º 7
0
def get_suite():
    "Returns the testsuite"
    tests  = [ 
        ScriptTests,
    ]

    return testlib.make_suite( tests )
Exemplo n.º 8
0
def get_suite():
    "Returns the testsuite"
    return testlib.make_suite([])
Exemplo n.º 9
0
def get_suite():
    "Returns the testsuite"
    return testlib.make_suite( [] )