Reorganize testing documentation and add file placement guidelines#1786
Open
yarikoptic-gitmate wants to merge 2 commits intomasterfrom
Open
Reorganize testing documentation and add file placement guidelines#1786yarikoptic-gitmate wants to merge 2 commits intomasterfrom
yarikoptic-gitmate wants to merge 2 commits intomasterfrom
Conversation
- Add comprehensive testing guide to Sphinx docs (docs/source/development/testing.rst) - Add contributing guide to Sphinx docs (docs/source/development/contributing.rst) - Update CLAUDE.md with file placement guidelines to prevent root clutter - Update DEVELOPMENT.md to reference new Sphinx documentation - Add .lad/tmp/ to .gitignore for LAD session artifacts - Integrate development docs into main Sphinx documentation index This improves documentation organization and prevents temporary files from cluttering the project root. LAD-generated analysis files now go to .lad/tmp/, while permanent documentation goes to docs/source/. Testing documentation now properly integrated with Sphinx for better searchability and navigation.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1786 +/- ##
==========================================
- Coverage 75.12% 75.11% -0.01%
==========================================
Files 84 84
Lines 11925 11925
==========================================
- Hits 8959 8958 -1
- Misses 2966 2967 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reorganizes testing and contributing documentation into Sphinx for better searchability and navigation, and establishes file placement guidelines to prevent project root clutter.
Changes
docs/source/development/with testing and contributing guidesCLAUDE.mdwith clear rules for temporary files.lad/tmp/to.gitignorefor LAD session artifactsFiles Changed
docs/source/development/{index,testing,contributing}.rstCLAUDE.md,DEVELOPMENT.md,.gitignore,docs/source/index.rstBenefits
Testing
Documentation only. Verified Sphinx can build without errors.
See commit: e8ed5d10
Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com