Skip to content

Commit 46bc7ac

Browse files
committed
add readme note about output-schema.json files
1 parent efeee1d commit 46bc7ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

output-tests/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Content tests verify that the keywords are producing the correct annotations and
1212

1313
Structure tests verify that the structures of the various formats (i.e. `flag`, `basic`, `detailed`, `verbose`) are correct. These tests don't need to cover each keyword; rather they need to sufficiently cover the various aspects of building the output structures by using whatever keywords are necessary to do so.
1414

15+
In each release folder, you'll also find an _output-schema.json_ file that contains the schema from the specification repo that describes output for that release. This schema will need to be loaded as the tests reference it.
16+
1517
## Test Files
1618

1719
The content of a test file is the same as the validation tests in `tests/`, however an `output` property has been added to each test case.

0 commit comments

Comments
 (0)