Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User Guide: improve section on Avocado's basic concepts #5887

Merged
merged 3 commits into from
Apr 4, 2024

Commits on Apr 1, 2024

  1. Docs/User Guide: cover all test types

    TAP is also a basic type of test supported on standard Avocado, and
    it's currently missing in the list.  While at it, let's use more
    meaningful names and add the types as the plugins list them.
    
    Signed-off-by: Cleber Rosa <[email protected]>
    clebergnu committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    520c3f6 View commit details
    Browse the repository at this point in the history
  2. Docs/User guide: avoid bitrot by using references

    Instead of having copies of the valus of the return codes, let's point
    at the actual values.
    
    Signed-off-by: Cleber Rosa <[email protected]>
    clebergnu committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    84753a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Docs/User Guide: document the concept about the Test Resolver

    Instead of having a TODO, let's add a brief intro to the Test
    Resolver.
    
    Signed-off-by: Cleber Rosa <[email protected]>
    clebergnu committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7387648 View commit details
    Browse the repository at this point in the history