Exemplo n.º 1
0
def suite():
    from pyxpcom_test_tools import suite_from_functions
    return suite_from_functions(doit, test_from_js)
Exemplo n.º 2
0
def suite():
    return suite_from_functions(xpcom.file._TestAll)
Exemplo n.º 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)
Exemplo n.º 6
0
def suite():
    return suite_from_functions(xpcom.file._TestAll)
def suite():
    return suite_from_functions(test_refcount)