Skip to content
New issue

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

TODO GLOBAL #7

Open
24 of 39 tasks
netzulo opened this issue Nov 8, 2017 · 3 comments
Open
24 of 39 tasks

TODO GLOBAL #7

netzulo opened this issue Nov 8, 2017 · 3 comments

Comments

@netzulo
Copy link
Owner

netzulo commented Nov 8, 2017

TODOs

  • create request: TPROJECT_CREATE = 'tl.createTestProject'
  • create request: TPLAN_CREATE = 'tl.createTestPlan'
  • create request: TPLAN_ADD_TCASE = 'tl.addTestCaseToTestPlan'
  • create request: TPLAN_EXEC_LATEST = 'tl.getLastExecutionResult'
  • create request: BUILD_CREATE = 'tl.createBuild'
  • create request: TSUITE_CREATE = 'tl.createTestSuite'
  • create request: TSUITE_TCASES = 'tl.getTestCasesForTestSuite'
  • create request: REQ_ASSIGN = 'tl.assignRequirements'
  • create request: TCASE_CREATE = 'tl.createTestCase'
  • create request: TCASE_ATTACHMENTS = 'tl.getTestCaseAttachments'
  • create request: TCASE_CUSTOM_FIELD_DESIGN_VALUE = 'tl.getTestCaseCustomFieldDesignValue'
  • create request: TLINK_FULL_PATH = 'tl.getFullPath'
  • create request: TLINK_EXEC_DELETE = 'tl.deleteExecution'
  • create request: TPROJECTS = 'tl.getProjects' 796a824
  • create request: TPROJECT_BY_NAME = 'tl.getTestProjectByName' ec947d7
  • create request: TPROJECT_TEST_PLANS = 'tl.getProjectTestPlans' aeedb0e
  • create request: TPROJECT_TSUITES_FIRST_LEVEL = 'tl.getFirstLevelTestSuitesForTestProject' 0936e86
  • create request: TPLAN_BY_NAME = 'tl.getTestPlanByName' d7daea4
  • create request: TPLAN_PLATFORMS = 'tl.getTestPlanPlatforms' 295ca3d
  • create request: TPLAN_TOTALS = 'tl.getTotalsForTestPlan' 2d3314b
  • create request: TPLAN_BUILDS = 'tl.getBuildsForTestPlan' 40c22e2
  • create request: TPLAN_BUILD_LATEST = 'tl.getLatestBuildForTestPlan' da5f5ba
  • create request: TPLAN_TSUITES = 'tl.getTestSuitesForTestPlan' 0cf6604
  • create request: TPLAN_TCASES = 'tl.getTestCasesForTestPlan' c9b2638
  • create request: TSUITE_TSUITES = 'tl.getTestSuitesForTestSuite' 4e33a0e
  • create request: TSUITE_BY_ID = 'tl.getTestSuiteByID' 40b5c29
  • create request: TCASE_REPORT_RESULT = 'tl.reportTCResult' eb1c0c8
  • create request: TCASE_EXEC_RESULT = 'tl.setTestCaseExecutionResult' Just call to 'tl.reportTCResult', no sense develop this
  • create request: TCASE_ID_BY_NAME = 'tl.getTestCaseIDByName' 9979af1
  • create request: TCASE_BY_IDS = 'tl.getTestCase' 7bfff68
  • create request: TLINK_USER_EXIST = 'tl.doesUserExist' 88780fd
  • create request: TLINK_CHECK_DEV_KEY = 'tl.checkDevKey' 21adff3
  • create request: TLINK_ABOUT = 'tl.about' 47f51c6
  • create request: TLINK_TMODE_TOGGLE = 'tl.setTestMode' NOT full implemented by testlink, will develop at future
  • create request: TLINK_SAY_HELLO = 'tl.sayHello' f51deb6
  • create request: TLINK_PING = 'tl.ping' 01e6827
  • create request: TLINK_REPEAT = 'tl.repeat' 47fe30b

Issues related

Reviewers only

You can exec tests with python setup.py test

Rules before development

  • Debug on pytest will be activated on pytest.ini + prints on code until merge
  • All classes nomenclature can be changed if fix all code behind
  • All functionality can be modified on this PR, add or delete modules, classes, method, ALL
  • Ignore setup.py FIXs while development
  • Ignore utils module while development
  • Each request must be have 2 tests, 1 for reponse ok, 1 for response ko

Documentation:

@netzulo netzulo self-assigned this Nov 10, 2017
netzulo pushed a commit that referenced this issue Dec 8, 2017
+ lang fix on enum
+ renamed param on base_handler
+ added tests to True/False login
+ first steps with 'tl.getProjects' method
+ added models: Test Project objects
netzulo added a commit that referenced this issue Dec 8, 2017
[qatl] fixing #7 'tl.getProjects'
@netzulo
Copy link
Owner Author

netzulo commented Dec 25, 2017

Opened issue on testlink while 'tl.getFirstLevelTestSuitesForTestProject' project development

Issue related

@fmancardi
Copy link

fmancardi commented Jul 2, 2018

Great if you can test at least the API.
please contact me DELETED_TEXT

@netzulo
Copy link
Owner Author

netzulo commented Jul 2, 2018

ty @fmancardi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants