We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TPROJECT_CREATE = 'tl.createTestProject'
TPLAN_CREATE = 'tl.createTestPlan'
TPLAN_ADD_TCASE = 'tl.addTestCaseToTestPlan'
TPLAN_EXEC_LATEST = 'tl.getLastExecutionResult'
BUILD_CREATE = 'tl.createBuild'
TSUITE_CREATE = 'tl.createTestSuite'
TSUITE_TCASES = 'tl.getTestCasesForTestSuite'
REQ_ASSIGN = 'tl.assignRequirements'
TCASE_CREATE = 'tl.createTestCase'
TCASE_ATTACHMENTS = 'tl.getTestCaseAttachments'
TCASE_CUSTOM_FIELD_DESIGN_VALUE = 'tl.getTestCaseCustomFieldDesignValue'
TLINK_FULL_PATH = 'tl.getFullPath'
TLINK_EXEC_DELETE = 'tl.deleteExecution'
TPROJECTS = 'tl.getProjects'
TPROJECT_BY_NAME = 'tl.getTestProjectByName'
TPROJECT_TEST_PLANS = 'tl.getProjectTestPlans'
TPROJECT_TSUITES_FIRST_LEVEL = 'tl.getFirstLevelTestSuitesForTestProject'
TPLAN_BY_NAME = 'tl.getTestPlanByName'
TPLAN_PLATFORMS = 'tl.getTestPlanPlatforms'
TPLAN_TOTALS = 'tl.getTotalsForTestPlan'
TPLAN_BUILDS = 'tl.getBuildsForTestPlan'
TPLAN_BUILD_LATEST = 'tl.getLatestBuildForTestPlan'
TPLAN_TSUITES = 'tl.getTestSuitesForTestPlan'
TPLAN_TCASES = 'tl.getTestCasesForTestPlan'
TSUITE_TSUITES = 'tl.getTestSuitesForTestSuite'
TSUITE_BY_ID = 'tl.getTestSuiteByID'
TCASE_REPORT_RESULT = 'tl.reportTCResult'
TCASE_EXEC_RESULT = 'tl.setTestCaseExecutionResult'
TCASE_ID_BY_NAME = 'tl.getTestCaseIDByName'
TCASE_BY_IDS = 'tl.getTestCase'
TLINK_USER_EXIST = 'tl.doesUserExist'
TLINK_CHECK_DEV_KEY = 'tl.checkDevKey'
TLINK_ABOUT = 'tl.about'
TLINK_TMODE_TOGGLE = 'tl.setTestMode'
TLINK_SAY_HELLO = 'tl.sayHello'
TLINK_PING = 'tl.ping'
TLINK_REPEAT = 'tl.repeat'
python setup.py test
The text was updated successfully, but these errors were encountered:
testlinkDevTeam
netzulo
No branches or pull requests
Description
TODOs
TPROJECT_CREATE = 'tl.createTestProject'
TPLAN_CREATE = 'tl.createTestPlan'
TPLAN_ADD_TCASE = 'tl.addTestCaseToTestPlan'
TPLAN_EXEC_LATEST = 'tl.getLastExecutionResult'
BUILD_CREATE = 'tl.createBuild'
TSUITE_CREATE = 'tl.createTestSuite'
TSUITE_TCASES = 'tl.getTestCasesForTestSuite'
REQ_ASSIGN = 'tl.assignRequirements'
TCASE_CREATE = 'tl.createTestCase'
TCASE_ATTACHMENTS = 'tl.getTestCaseAttachments'
TCASE_CUSTOM_FIELD_DESIGN_VALUE = 'tl.getTestCaseCustomFieldDesignValue'
TLINK_FULL_PATH = 'tl.getFullPath'
TLINK_EXEC_DELETE = 'tl.deleteExecution'
TPROJECTS = 'tl.getProjects'
netzulo/qatestlink@796a824TPROJECT_BY_NAME = 'tl.getTestProjectByName'
netzulo/qatestlink@ec947d7TPROJECT_TEST_PLANS = 'tl.getProjectTestPlans'
netzulo/qatestlink@aeedb0eTPROJECT_TSUITES_FIRST_LEVEL = 'tl.getFirstLevelTestSuitesForTestProject'
netzulo/qatestlink@0936e86TPLAN_BY_NAME = 'tl.getTestPlanByName'
netzulo/qatestlink@d7daea4TPLAN_PLATFORMS = 'tl.getTestPlanPlatforms'
netzulo/qatestlink@295ca3dTPLAN_TOTALS = 'tl.getTotalsForTestPlan'
netzulo/qatestlink@2d3314bTPLAN_BUILDS = 'tl.getBuildsForTestPlan'
netzulo/qatestlink@40c22e2TPLAN_BUILD_LATEST = 'tl.getLatestBuildForTestPlan'
netzulo/qatestlink@da5f5baTPLAN_TSUITES = 'tl.getTestSuitesForTestPlan'
netzulo/qatestlink@0cf6604TPLAN_TCASES = 'tl.getTestCasesForTestPlan'
netzulo/qatestlink@c9b2638TSUITE_TSUITES = 'tl.getTestSuitesForTestSuite'
netzulo/qatestlink@4e33a0eTSUITE_BY_ID = 'tl.getTestSuiteByID'
netzulo/qatestlink@40b5c29TCASE_REPORT_RESULT = 'tl.reportTCResult'
netzulo/qatestlink@eb1c0c8create request:Just call to 'tl.reportTCResult', no sense develop thisTCASE_EXEC_RESULT = 'tl.setTestCaseExecutionResult'
TCASE_ID_BY_NAME = 'tl.getTestCaseIDByName'
netzulo/qatestlink@9979af1TCASE_BY_IDS = 'tl.getTestCase'
netzulo/qatestlink@7bfff68TLINK_USER_EXIST = 'tl.doesUserExist'
netzulo/qatestlink@88780fdTLINK_CHECK_DEV_KEY = 'tl.checkDevKey'
netzulo/qatestlink@21adff3TLINK_ABOUT = 'tl.about'
netzulo/qatestlink@47f51c6create request:NOT full implemented by testlink, will develop at futureTLINK_TMODE_TOGGLE = 'tl.setTestMode'
TLINK_SAY_HELLO = 'tl.sayHello'
netzulo/qatestlink@f51deb6TLINK_PING = 'tl.ping'
netzulo/qatestlink@01e6827TLINK_REPEAT = 'tl.repeat'
netzulo/qatestlink@47fe30bReviewers only
python setup.py test
The text was updated successfully, but these errors were encountered: