示例#1
0
def suite():
    from pyxpcom_test_tools import suite_from_functions
    return suite_from_functions(doit, test_from_js)
示例#2
0
def suite():
    return suite_from_functions(xpcom.file._TestAll)
示例#3
0
def suite():
    return suite_from_functions(test_interfaces, test_classes, test_id)
def suite():
    from pyxpcom_test_tools import suite_from_functions
    return suite_from_functions(doit, test_from_js)
def suite():
    return suite_from_functions(test_interfaces, test_classes, test_id)
def suite():
    return suite_from_functions(xpcom.file._TestAll)
def suite():
    return suite_from_functions(test_refcount)