tool-suite-X icon indicating copy to clipboard operation
tool-suite-X copied to clipboard

OUTREACHY Update Previously Written Tests for Services

Open Lamouresparus opened this issue 1 year ago • 0 comments

NOTE: This issue is for Outreachy, you do not need to be assigned to this issue to work on it. It's a generic contribution issue.

Description Outreachy applicants are encouraged to update or improve existing tests for ODK-X Services to demonstrate their testing abilities and show that they can enhance the quality of tests. This issue is open to any applicant who wishes to work on it.

Task Description

  • Choose an existing test within the ODK-X Services project that you believe can be improved, extended, or made more robust.
  • Update or enhance the chosen test to make it more effective in validating the functionality it tests.
  • Ensure that the updated test is well-documented, follows best practices for testing, and maintains the project's testing guidelines.
  • If necessary, include any additional test cases or edge cases that could further enhance test coverage.
  • Provide a clear explanation of the changes made and the reasons behind those changes in the test description.

Submission Guidelines:

  • Fork the ODK-X Services repository.
  • Create a new branch for your work based on branch "upgrade-jdk11"
  • Make updates to the chosen test.
  • Commit and push your changes to your branch.
  • Create a pull request with a clear title and description that links back to this issue.
  • The pull request will serve as your submission for this task.

Acceptance Criteria:

  • The updated test should provide better coverage and validation of the functionality it tests.
  • The updated test should run successfully without errors.
  • The updated test code is well-documented and follows the project's testing guidelines.
  • The pull request is created and linked to this issue.

Lamouresparus avatar Oct 26 '23 09:10 Lamouresparus