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 )
def test_boulevard(): h.doTests( "Yotsuba 4 / Libraries / Boulevard", 2, boulevard.test_basic )
def test_tagemi(): h.doTests( "Yotsuba 3 / Libraries / Tegami", 2, tegami.test_TegamiBasic )
def test_networking(): h.doTests( "Yotsuba 3 / Core / Networking", 2, net.test_http_with_urllib2 )