File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ covered by the `Robot Framework User Guide`__.
99Main API entry points are documented here, but the lower level
1010implementation details are not always that well documented. If the
1111documentation is insufficient, it is possible to view the source code
12- by clicking `[source] ` link in the documentation. In case viewing the
12+ by clicking `` [source] ` ` link in the documentation. In case viewing the
1313source is not helpful either, questions may be sent to the
1414`robotframework-users `__ mailing list.
1515
Original file line number Diff line number Diff line change 3838 for creating such suites based on existing test data on the file system.
3939
4040* :class:`~robot.model.visitor.SuiteVisitor` abstract class for processing testdata
41- before execution. This can be used as a base for implementing a pre run
42- modifier that is taken into use with `--prerunmodifier` commandline option.
41+ before execution. This can be used as a base for implementing a pre- run
42+ modifier that is taken into use with `` --prerunmodifier` ` commandline option.
4343
4444* :func:`~robot.result.resultbuilder.ExecutionResult` factory method
4545 for reading execution results from XML output files and
4646 :class:`~robot.result.visitor.ResultVisitor` abstract class to ease
4747 further processing the results.
4848 :class:`~robot.result.visitor.ResultVisitor` can also be used as a base
49- for pre rebot modifier that is taken into use with `--prerebotmodifier`
49+ for pre-Rebot modifier that is taken into use with `` --prerebotmodifier``
5050 commandline option.
5151
5252* :class:`~robot.reporting.resultwriter.ResultWriter` class for writing
You can’t perform that action at this time.
0 commit comments