Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 951 Bytes

index.rst

File metadata and controls

36 lines (25 loc) · 951 Bytes

Defining tests

To execute a test, you will need:

  1. A “test plan”, defined via one or more *.yaml files. Here's an example:

    language.test.yaml

    See the defining-tests/testplan-reference page for information on the yaml directives available in the testplan, and how to use them directly via embedded Python code.

  2. A “manifest”, defined via one or more *.manifest.yaml files. Here's an example:

    language.manifest.yaml

    See the defining-tests/manifest-reference page for an explanation of the manifest.

testplan-reference manifest-reference