Пример #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)
Пример #6
0
def suite():
    return suite_from_functions(xpcom.file._TestAll)
def suite():
    return suite_from_functions(test_refcount)