コード例 #1
0
ファイル: test.py プロジェクト: Prospero86/yotsuba
def test_kotoba():
    h.doTests(
        "Yotsuba 3 / Libraries / Kotoba", 2,
        kotoba.test_DOMTreeCreationAuto,
        kotoba.test_DOMTreeCreationManual,
        kotoba.test_queryEngine,
        kotoba.test_queryEngineLegacy,
        kotoba.test_selectingCombinationParserSingle,
        kotoba.test_selectingCombinationParserMultiple,
        kotoba.test_selectingCombinationParserFailureDetection,
        #kotoba.test_construct_xml_doc,
        kotoba.test_custom_pseudo_class
    )
コード例 #2
0
ファイル: test.py プロジェクト: Prospero86/yotsuba
def test_boulevard():
    h.doTests(
        "Yotsuba 4 / Libraries / Boulevard", 2,
        boulevard.test_basic
    )
コード例 #3
0
ファイル: test.py プロジェクト: Prospero86/yotsuba
def test_tagemi():
    h.doTests(
        "Yotsuba 3 / Libraries / Tegami", 2,
        tegami.test_TegamiBasic
    )
コード例 #4
0
ファイル: test.py プロジェクト: Prospero86/yotsuba
def test_networking():
    h.doTests(
        "Yotsuba 3 / Core / Networking", 2,
        net.test_http_with_urllib2
    )