viiccwen opened a new pull request, #870:
URL: https://github.com/apache/mahout/pull/870

   ### Purpose of PR
   <!-- Describe what this PR does. -->
   Update project documentation to reflect the unified test workflow and 
testing structure. This PR updates `CONTRIBUTING.md` and `testing/README.md`:
   
   #### `CONTRIBUTING.md`
   - Updated "2.3 Test" section to describe the unified test workflow
   - Added test structure description, including `testing/qumat/`, 
`testing/qdp/`, `testing/utils/`, and `testing/conftest.py`
   - Simplified test running instructions, referencing `testing/README.md` for 
detailed documentation
   
   #### `testing/README.md`
   - Rewrote testing documentation with clearer structure
   - Added test directory structure diagram
   - Expanded "Running Tests" section with various test execution methods
   - Added "QDP Test Handling" section explaining automatic skipping mechanism 
for QDP tests
   - Simplified documentation content, removing overly detailed implementation 
specifics while retaining key information
   
   ### Related Issues or PRs
   
   closes #830 
   
   ### Changes Made
   <!-- Please mark one with an "x"   -->
   - [ ] Bug fix
   - [ ] New feature
   - [ ] Refactoring
   - [x] Documentation
   - [ ] Test
   - [ ] CI/CD pipeline
   - [ ] Other
   
   ### Breaking Changes
   <!-- Does this PR introduce a breaking change? -->
   - [ ] Yes
   - [x] No
   
   ### Checklist
   <!-- Please mark each item with an "x" when complete -->
   <!-- If not all items are complete, please open this as a **Draft PR**.
   Once all requirements are met, mark as ready for review. -->
   
   - [ ] Added or updated unit tests for all changes
   - [x] Added or updated documentation for all changes
   - [ ] Successfully built and ran all unit tests or manual tests locally
   - [x] PR title follows "MAHOUT-XXX: Brief Description" format (if related to 
an issue)
   - [x] Code follows ASF guidelines
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to