Conversation
…h BDD docstrings - Replace mkdocs/mkdocstrings with pdoc for API documentation - Add pytest-html-plus for BDD-style HTML test reports - Add conftest.py to extract and display Given/When/Then docstrings - Update README with new doc commands (doc-serve, doc-build, doc-publish) - Add BDD docstring guidelines to TDD skill - Update coverage path to docs/coverage (from docs/htmlcov) - Add doc-publish task to push API docs to GitHub Pages
Owner
Author
PR ReviewVerified the following changes work correctly: Template Generation
Dependencies
Tests
Documentation
Code Quality
Recommendation: Merge and release. |
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
Changes
Documentation
pyproject.toml: Replace pdoc dependencies, update doc-serve/doc-build/doc-publish tasksREADME.md: Update doc commands, change coverage path to docs/coverageTesting
tests/conftest.pywith BDD docstring extraction and HTML regenerationpyproject.tomlfor pytest-html-plus with JSON reportRemoved
docs/mkdocs.yamlanddocs/docs/(mkdocs config)