Skip to content

Commit 43ac3bd

Browse files
committed
atest/README.rst schema validation doc tuning
1 parent 2fc7278 commit 43ac3bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

atest/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,13 +231,13 @@ directory in the project root and ``CLASSPATH`` is set automatically.
231231
Schema validation
232232
-----------------
233233

234-
Created output.xml has `<../doc/schema>`_ that can be tested as part of acceptance
235-
test run. The schema is always used to validate selected outputs in
234+
Created output.xml has `schema <../doc/schema>`_ that can be tested as part of
235+
acceptance tests. The schema is always used to validate selected outputs in
236236
`<robot/rebot/compatibility.robot>`_, but validating all outputs would slow down
237237
execution a bit too much.
238238

239239
It is, however, possible to enable validating all outputs by setting
240-
`ATEST_VALIDATE_OUTPUT` environment variable to `TRUE` (case-insensitive).
240+
``ATEST_VALIDATE_OUTPUT`` environment variable to ``TRUE`` (case-insensitive).
241241
This is recommended especially if the schema is updated or output.xml changed.
242242

243243
Telnet tests

0 commit comments

Comments
 (0)