Example #1
0
def get_suite():
    "Returns the testsuite"
    tests = [
        AuthorizeTest,
    ]

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

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

    return testlib.make_suite(tests)
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 )
def get_suite():
    "Returns the testsuite"
    tests  = [ 
        ScriptTests,
    ]

    return testlib.make_suite( tests )
Example #8
0
def get_suite():
    "Returns the testsuite"
    return testlib.make_suite([])
def get_suite():
    "Returns the testsuite"
    return testlib.make_suite( [] )