-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Testing docs and doc tests #432
Copy link
Copy link
Closed
Labels
type: docsdocumentation improvement, missing or needing clarificationdocumentation improvement, missing or needing clarificationtype: proposalproposal for a new feature, often to gather opinions or design the API around the new featureproposal for a new feature, often to gather opinions or design the API around the new feature
Metadata
Metadata
Assignees
Labels
type: docsdocumentation improvement, missing or needing clarificationdocumentation improvement, missing or needing clarificationtype: proposalproposal for a new feature, often to gather opinions or design the API around the new featureproposal for a new feature, often to gather opinions or design the API around the new feature
Originally reported by: Piotr Banaszkiewicz (BitBucket: pbanaszkiewicz, GitHub: pbanaszkiewicz)
Testing docs with tox right now requires
make. Not everyone has it installed.(And
regentarget for tox doesn't work, too)I propose to expand testing docs and doctests so that:
makeis no longed neededrm -rfis not needed (lets not repeat other projects' mistakes)-W)I'm ready to submit a pull request if you agree.
I would also like to somehow force developers to write docs about implemented new features or changed pytest behavior.