rust-lang / rust-lang/std-dev-guide
how to run a specific doctest?
Open
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 90
- Forks
- 47
- Avg merge
- 9h 22m
- Merged PRs (30d)
- 1
Description
having an easy way to run a specific doctest (or at least run only doctests in a specific file) would allow for faster iteration as you could retry just the test that failed.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing doctest instructions and commands in the standard library developer guide. Document how to run one specific doctest or only the doctests in a specific file, and verify that the instructions support faster retries of a failing test.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100