Skip to content

Commit

Permalink
Docs/User Guide: document the concept about the Test Resolver
Browse files Browse the repository at this point in the history
Instead of having a TODO, let's add a brief intro to the Test
Resolver.

Signed-off-by: Cleber Rosa <[email protected]>
  • Loading branch information
clebergnu committed Mar 26, 2024
1 parent 7f34e40 commit c19c4b7
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/source/guides/user/chapters/concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,19 @@ location::
JOB LOG : $HOME/avocado/job-results/job-2015-06-10T10.44-49ec339/job.log


Test Resolver
~~~~~~~~~~~~~

A test resolver is Avocado's component that will take a reference you
know about and turning into an actual test that can be run. This
reference, explained next, can be pretty much any string, but it'll
usually be some form of text containing the path to the file that
contains the test.


Test References
~~~~~~~~~~~~~~~

.. warning:: TODO: We are talking here about Test Resolver, but the reader was
not introduced to this concept yet.

A Test Reference is a string that can be resolved into
(interpreted as) one or more tests by the Avocado Test Resolver.
A given resolver plugin is free to interpret a test reference,
Expand Down

0 comments on commit c19c4b7

Please sign in to comment.