feat(template): add docs/tests scaffolding and refresh CI#12
Merged
buddingengineers12345 merged 3 commits intomainfrom Apr 2, 2026
Merged
feat(template): add docs/tests scaffolding and refresh CI#12buddingengineers12345 merged 3 commits intomainfrom
buddingengineers12345 merged 3 commits intomainfrom
Conversation
- Add template docs index and package tests for generated projects - Extend meta-template pytest coverage; widen Copier _skip_if_exists - Update generated GitHub workflows, justfile, pre-commit, and scripts - Remove ROOT_VS_TEMPLATE.md; simplify support module templates Made-with: Cursor
buddingengineers12345
added a commit
that referenced
this pull request
Apr 2, 2026
…conflicts-6304 Resolve PR #12 conflicts: make tests pass under strict typing
Co-authored-by: buddingengineers12345 <buddingengineers12345@gmail.com>
Co-authored-by: buddingengineers12345 <buddingengineers12345@gmail.com>
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.
Summary
This PR ships documentation and test scaffolding in the Copier template, tightens update safety and CI for generated projects, and expands meta-template tests.
Changes
template/docs/index.md.jinja,template/tests/layout with support-module tests._skip_if_exists(e.g. docs, CONTRIBUTING) and relatedcopier.ymlupdates.justfile,pyproject, pre-commit, and meta-repo.github/workflows/tests.yml,.gitignore,scripts/update_files.sh.ROOT_VS_TEMPLATE.md; trim supportlogging_manager/utilstemplates.Verification
uv sync --frozen --extra dev && just test— 18 passed, 4 skipped.Made with Cursor