本文整理汇总了Python中MiscUtils.TestUtils.getTestSuite方法的典型用法代码示例。如果您正苦于以下问题:Python TestUtils.getTestSuite方法的具体用法?Python TestUtils.getTestSuite怎么用?Python TestUtils.getTestSuite使用的例子?那么, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类MiscUtils.TestUtils
的用法示例。
在下文中一共展示了TestUtils.getTestSuite方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Python代码示例。
示例1: getTestSuite
# 需要导入模块: from MiscUtils import TestUtils [as 别名]
# 或者: from MiscUtils.TestUtils import getTestSuite [as 别名]
def getTestSuite(select="unit"):
"""
Get test suite
select is one of the following:
"unit" return suite of unit tests only
"component" return suite of unit and component tests
"all" return suite of unit, component and integration tests
"pending" return suite of pending tests
name a single named test to be run
"""
testdict = {
"unit":
[ "testUnits"
, "testNull"
],
"component":
[ "testComponents"
, "testPush"
, "testPushZip"
, "testPushZipSynchronous"
, "testPushZipAsynchronous"
, "testCheckout"
],
"integration":
[ "testIntegration"
],
"pending":
[ "testPending"
]
}
return TestUtils.getTestSuite(TestSyncCommands, testdict, select=select)
示例2: getTestSuite
# 需要导入模块: from MiscUtils import TestUtils [as 别名]
# 或者: from MiscUtils.TestUtils import getTestSuite [as 别名]
def getTestSuite(select="unit"):
"""
Get test suite
select is one of the following:
"unit" return suite of unit tests only
"component" return suite of unit and component tests
"all" return suite of unit, component and integration tests
"pending" return suite of pending tests
name a single named test to be run
"""
testdict = {
"unit":
[ "testUnits"
, "testNull"
, "testManifestContent"
, "testAddAggregatedResources"
, "testAddAggregatedResourcesCommand"
, "testGetRoUri"
, "testGetComponentUri"
, "testGetComponentUriRel"
, "testGetComponentUriRelUri"
],
"component":
[ "testComponents"
],
"integration":
[ "testIntegration"
],
"pending":
[ "testPending"
]
}
return TestUtils.getTestSuite(TestManifest, testdict, select=select)
示例3: getTestSuite
# 需要导入模块: from MiscUtils import TestUtils [as 别名]
# 或者: from MiscUtils.TestUtils import getTestSuite [as 别名]
def getTestSuite(select="unit"):
"""
Get test suite
select is one of the following:
"unit" return suite of unit tests only
"component" return suite of unit and component tests
"all" return suite of unit, component and integration tests
"pending" return suite of pending tests
name a single named test to be run
"""
testdict = {
"unit":
[ "testUnits"
, "testNull"
, "testCreateRo"
, "testAddGetAggregatedResources"
, "testClassifyAggregatedResources"
, "testGetAsZip"
],
"component":
[ "testComponents"
],
"integration":
[ "testIntegration"
],
"pending":
[ "testPending"
, "testQueryAnnotationsRemote"
]
}
return TestUtils.getTestSuite(TestRemoteROMetadata, testdict, select=select)
示例4: getTestSuite
# 需要导入模块: from MiscUtils import TestUtils [as 别名]
# 或者: from MiscUtils.TestUtils import getTestSuite [as 别名]
def getTestSuite(select="unit"):
"""
Get test suite
select is one of the following:
"unit" return suite of unit tests only
"component" return suite of unit and component tests
"all" return suite of unit, component and integration tests
"pending" return suite of pending tests
name a single named test to be run
"""
testdict = {
"unit":
[ "testUnits"
],
"component":
[ "testComponents"
],
"integration":
[ "testIntegration"
],
"pending":
[ "testPending"
]
}
return TestUtils.getTestSuite(TestROSupport, testdict, select=select)
示例5: getTestSuite
# 需要导入模块: from MiscUtils import TestUtils [as 别名]
# 或者: from MiscUtils.TestUtils import getTestSuite [as 别名]
def getTestSuite(select="unit"):
"""
Get test suite
select is one of the following:
"unit" return suite of unit tests only
"component" return suite of unit and component tests
"all" return suite of unit, component and integration tests
"pending" return suite of pending tests
name a single named test to be run
"""
testdict = {
"unit":
[ "testUnits"
, "testNull"
, "testCreateRoMetadata"
, "testReadRoAnnotationBody"
, "testGetInitialRoAnnotations"
, "testQueryAnnotations"
],
"component":
[ "testComponents"
],
"integration":
[ "testIntegration"
],
"pending":
[ "testPending"
]
}
return TestUtils.getTestSuite(TestROSRSMetadata, testdict, select=select)
示例6: getTestSuite
# 需要导入模块: from MiscUtils import TestUtils [as 别名]
# 或者: from MiscUtils.TestUtils import getTestSuite [as 别名]
def getTestSuite(select="unit"):
"""
Get test suite
select is one of the following:
"unit" return suite of unit tests only
"component" return suite of unit and component tests
"all" return suite of unit, component and integration tests
"pending" return suite of pending tests
name a single named test to be run
"""
testdict = {
"unit": [
"testUnits",
"testNull",
"testSetupConfig",
"testGridRead",
"testGridMatch",
"testMkMinim",
"testChecklistEval",
"testChecklistEvalExcel",
],
"component": ["testComponents"],
"integration": ["testIntegration"],
"pending": ["testPending"],
}
return TestUtils.getTestSuite(TestMkMinim, testdict, select=select)
示例7: getTestSuite
# 需要导入模块: from MiscUtils import TestUtils [as 别名]
# 或者: from MiscUtils.TestUtils import getTestSuite [as 别名]
def getTestSuite(select="unit"):
"""
Get test suite
select is one of the following:
"unit" return suite of unit tests only
"component" return suite of unit and component tests
"all" return suite of unit, component and integration tests
"pending" return suite of pending tests
name a single named test to be run
"""
testdict = {
"unit":
[ "testUnits"
, "testNull"
, "testLink"
, "testLinkType"
, "testLinkCreated"
, "testLinkRdfType"
, "testLinkUnknownUri"
, "testLinkWithGraph"
, "testLinkWithNotExistentGraph"
],
"component":
[ "testComponents"
],
"integration":
[ "testIntegration"
],
"pending":
[ "testPending"
]
}
return TestUtils.getTestSuite(TestLinks, testdict, select=select)
示例8: getTestSuite
# 需要导入模块: from MiscUtils import TestUtils [as 别名]
# 或者: from MiscUtils.TestUtils import getTestSuite [as 别名]
def getTestSuite(select="unit"):
"""
Get test suite
select is one of the following:
"unit" return suite of unit tests only
"component" return suite of unit and component tests
"all" return suite of unit, component and integration tests
"pending" return suite of pending tests
name a single named test to be run
"""
testdict = {
"unit":
[ "testUnits"
, "testNull"
, "testSetupConfig"
, "testMinimRead"
, "testGetConstraints"
, "testGetConstraint"
, "testGetModels"
, "testGetModel"
, "testGetRequirements"
, "testGetListRequirements"
],
"component":
[ "testComponents"
],
"integration":
[ "testIntegration"
],
"pending":
[ "testPending"
]
}
return TestUtils.getTestSuite(TestMinimAccess2, testdict, select=select)
示例9: getTestSuite
# 需要导入模块: from MiscUtils import TestUtils [as 别名]
# 或者: from MiscUtils.TestUtils import getTestSuite [as 别名]
def getTestSuite(select="unit"):
"""
Get test suite
select is one of the following:
"unit" return suite of unit tests only
"component" return suite of unit and component tests
"all" return suite of unit, component and integration tests
"pending" return suite of pending tests
name a single named test to be run
"""
testdict = {
"unit":
[
],
"component":
[ "testSnapshot"
, "testArchive"
],
"integration":
[
],
"pending":
[
]
}
return TestUtils.getTestSuite(TestEvo, testdict, select=select)
示例10: getTestSuite
# 需要导入模块: from MiscUtils import TestUtils [as 别名]
# 或者: from MiscUtils.TestUtils import getTestSuite [as 别名]
def getTestSuite(select="unit"):
"""
Get test suite
select is one of the following:
"unit" return suite of unit tests only
"component" return suite of unit and component tests
"all" return suite of unit, component and integration tests
"pending" return suite of pending tests
name a single named test to be run
"""
testdict = {
"unit":
[ "testUnits"
, "testSimpleAskQuery"
, "testSimpleSelectQuery"
, "testDatatypeFilter"
, "testIntegerStringFilter"
, "testRegexFilter"
, "testDefaultQuery"
, "testGraphReadTerms"
, "testLiteralCompare"
],
"component":
[ "testComponents"
],
"integration":
[ "testIntegration"
],
"pending":
[ "testPending"
]
}
return TestUtils.getTestSuite(TestSparqlQueries, testdict, select=select)
示例11: getTestSuite
# 需要导入模块: from MiscUtils import TestUtils [as 别名]
# 或者: from MiscUtils.TestUtils import getTestSuite [as 别名]
def getTestSuite(select="unit"):
"""
Get test suite
select is one of the following:
"unit" return suite of unit tests only
"component" return suite of unit and component tests
"all" return suite of unit, component and integration tests
"pending" return suite of pending tests
name a single named test to be run
"""
testdict = {
"unit":
[ "testUnits"
, "testHelpers"
, "testListROs"
, "testCreateRO"
, "testDeleteRO"
, "testGetROManifest"
, "testGetROPage"
, "testGetROZip"
# Resource tests
, "testAggregateResourceInt"
, "testDeleteResourceInt"
, "testAggregateResourceExt"
, "testDeleteResourceExt"
, "testGetROResource"
, "testGetROResourceRDF"
, "testGetROResourceProxy"
# Annotation tests
, "testCreateROAnnotationInt"
, "testGetROAnnotationGraph"
, "testCreateROAnnotationExt"
, "testUpdateROAnnotationInt"
, "testUpdateROAnnotationExt"
, "testRemoveROAnnotation"
# Evolution tests
, "testCopyRO"
, "testCancelCopyRO"
, "testUpdateROStatus"
, "testGetROEvolution"
],
"component":
[ "testComponents"
],
"integration":
[ "testIntegration"
],
"pending":
[ "testPending"
]
}
return TestUtils.getTestSuite(TestROSRS_Session, testdict, select=select)
示例12: getTestSuite
# 需要导入模块: from MiscUtils import TestUtils [as 别名]
# 或者: from MiscUtils.TestUtils import getTestSuite [as 别名]
def getTestSuite(select="unit"):
"""
Get test suite
select is one of the following:
"unit" return suite of unit tests only
"component" return suite of unit and component tests
"all" return suite of unit, component and integration tests
"pending" return suite of pending tests
name a single named test to be run
"""
testdict = {
"unit":
[ "testUnits"
, "testNull"
, "testCreateGraphRoUri"
, "testCreateReadRoAnnotationBody"
, "testCreateReadFileAnnotationBody"
, "testGetInitialRoAnnotations"
, "testAddGetRoAnnotations"
, "testAddRoAnnotationIsAggregated"
, "testRemoveGetRoAnnotations"
, "testReplaceGetRoAnnotations"
, "testAddGetFileAnnotations"
, "testRemoveGetFileAnnotations"
, "testAddGetAllAnnotations"
, "testAddGetAnnotationValues"
, "testQueryAnnotations"
, "testQueryAnnotationsWithMissingGraph"
, "testGetRoUri"
, "testGetComponentUri"
, "testGetComponentUriRel"
, "testGetComponentUriRelUri"
, "testAddAggregatedResources"
, "testAddAggregatedResourcesWithDirs"
, "testGetAggregatedResources"
],
"component":
[ "testComponents"
],
"integration":
[ "testIntegration"
, "testCreateGraphRoUri2"
],
"pending":
[ "testPending"
, "testQueryAnnotationsRemote"
]
}
return TestUtils.getTestSuite(TestROMetadata, testdict, select=select)
示例13: getTestSuite
# 需要导入模块: from MiscUtils import TestUtils [as 别名]
# 或者: from MiscUtils.TestUtils import getTestSuite [as 别名]
def getTestSuite(select="unit"):
"""
Get test suite
select is one of the following:
"unit" return suite of unit tests only
"component" return suite of unit and component tests
"all" return suite of unit, component and integration tests
"pending" return suite of pending tests
name a single named test to be run
"""
testdict = {
"unit":
[ "testUnits"
, "testNull"
, "testEscapeJSON"
, "testHelloWorld"
, "testSimpleQuery"
, "testSimpleQuotedJson"
, "testSimpleQuotedHtml"
, "testQueryResultMerge"
, "testQueryResultPreBinding"
, "testSequence"
, "testAlternative"
, "testAlternativeMissing"
, "testRepetition"
, "testRepetitionMax"
, "testRepetitionAlt"
, "testQueryForNesting"
, "testNesting"
, "testReportEvalResultUri"
, "testReportEvalResultLabel"
, "testReportEvalResultClass"
, "testReportEvalItemJSON"
, "testTrafficlightJSON"
, "testReportEvalItemHTML"
, "testTrafficlightHTML"
],
"component":
[ "testComponents"
],
"integration":
[ "testIntegration"
],
"pending":
[ "testPending"
]
}
return TestUtils.getTestSuite(TestRdfReport, testdict, select=select)
示例14: getTestSuite
# 需要导入模块: from MiscUtils import TestUtils [as 别名]
# 或者: from MiscUtils.TestUtils import getTestSuite [as 别名]
def getTestSuite(select="unit"):
"""
Get test suite
select is one of the following:
"unit" return suite of unit tests only
"component" return suite of unit and component tests
"all" return suite of unit, component and integration tests
"pending" return suite of pending tests
name a single named test to be run
"""
testdict = {
"unit":
[ "testUnits"
, "testNull"
, "testGetFileUri"
, "testGetUriFile"
, "testGetRoUri"
, "testGetComponentUri"
, "testGetComponentUriRel"
, "testGetGraphRoUri"
, "testGetAnnotationByName"
, "testGetAnnotationByUri"
, "testGetAnnotationNameByUri"
, "testMakeAnnotationFilename"
, "testCreateReadRoAnnotationBody"
, "testCreateReadFileAnnotationBody"
, "testGetInitialRoAnnotations"
, "testAddGetRoAnnotations"
, "testRemoveGetRoAnnotations"
, "testReplaceGetRoAnnotations"
, "testAddGetFileAnnotations"
, "testRemoveGetFileAnnotations"
, "testAddGetAllAnnotations"
, "testAddGetAnnotationValues"
],
"component":
[ "testComponents"
],
"integration":
[ "testIntegration"
],
"pending":
[ "testPending"
]
}
return TestUtils.getTestSuite(TestAnnotationUtils, testdict, select=select)
示例15: getTestSuite
# 需要导入模块: from MiscUtils import TestUtils [as 别名]
# 或者: from MiscUtils.TestUtils import getTestSuite [as 别名]
def getTestSuite(select="unit"):
"""
Get test suite
select is one of the following:
"unit" return suite of unit tests only
"component" return suite of unit and component tests
"all" return suite of unit, component and integration tests
"pending" return suite of pending tests
name a single named test to be run
"""
testdict = {
"unit":
[ "testUnits"
, "testNull"
#, "testHelpVersion"
#, "testHelpOptions"
, "testHelpCommands"
, "testInvalidCommand"
, "testConfig"
, "testConfigVerbose"
, "testCreate"
, "testCreateDefaults"
, "testCreateBadDir"
, "testStatus"
, "testStatusDefault"
, "testList"
, "testListDefault"
, "testAddDirectory"
, "testAddExternalResource"
, "testRemove"
, "testRemoveWildcard"
],
"component":
[ "testComponents"
],
"integration":
[ "testIntegration"
],
"pending":
[ "testPending"
]
}
return TestUtils.getTestSuite(TestBasicCommands, testdict, select=select)