-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
part:ciAffects the GitHub workflow and other parts for running CIAffects the GitHub workflow and other parts for running CIpart:testsAffects the unit, integration and performance (benchmarks) testsAffects the unit, integration and performance (benchmarks) testspriority:highAddress this as soon as possibleAddress this as soon as possible
Milestone
Description
Projects normally have examples in the examples/ directory and in docstring documentation. The ones in examples/ are currently being linted, but never ran. The ones in docstrings are never linted nor ran. All of this very subject to break when there are updates.
In docstrings there are mainly 2 types of examples in documentation:
- doctest: Usually any block starting with
>>>in a docstring - Markdown examples. Could be in:
- docstrings (Python files)
- Other high-level documentation in
docs/.
We mainly use markdown examples, so we should focus on that first.
There are several tools to actually test those examples to make sure they work, so we should use one:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
part:ciAffects the GitHub workflow and other parts for running CIAffects the GitHub workflow and other parts for running CIpart:testsAffects the unit, integration and performance (benchmarks) testsAffects the unit, integration and performance (benchmarks) testspriority:highAddress this as soon as possibleAddress this as soon as possible
Type
Projects
Status
Done