コード例 #1
0
def suite():
    from pyxpcom_test_tools import suite_from_functions
    return suite_from_functions(doit, test_from_js)
コード例 #2
0
ファイル: test_comfile.py プロジェクト: egraba/vbox_openbsd
def suite():
    return suite_from_functions(xpcom.file._TestAll)
コード例 #3
0
def suite():
    return suite_from_functions(test_interfaces, test_classes, test_id)
コード例 #4
0
def suite():
    from pyxpcom_test_tools import suite_from_functions
    return suite_from_functions(doit, test_from_js)
コード例 #5
0
def suite():
    return suite_from_functions(test_interfaces, test_classes, test_id)
コード例 #6
0
def suite():
    return suite_from_functions(xpcom.file._TestAll)
コード例 #7
0
def suite():
    return suite_from_functions(test_refcount)