Skip to content

Commit

Permalink
Merge pull request #67 from ndw/iss-66
Browse files Browse the repository at this point in the history
Updated README [ci skip]
  • Loading branch information
ndw committed Oct 11, 2018
2 parents 8724bee + 4f73463 commit 226806a
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Expand Up @@ -7,8 +7,10 @@ This repository is organized in the following way:

```
├── README.md
├── schema
│   └── … # Schemas for the test suite itself
├── src/main/schema
│   └── … # Schemas for the test suite itself
├── src/main/resources
│   └── … # Site index, CSS, etc.
└── test-suite
├── documents
│   └── … # Ancillary documents used by tests
Expand All @@ -22,11 +24,16 @@ This repository is organized in the following way:

## Test format

Tests must conform to the `schema/test-suite.rnc` and
`schema/test-suite.sch` schemas. Most of the constraints are in the
Tests must conform to the `src/main/test-suite.rnc` and
`src/main/test-suite.sch` schemas. Most of the constraints are in the
RELAX NG grammar but a few co-constraints are enforced in the
Schematron.

Note that the build process copies/converts them to
`build/test-suite.rng` and `build/test-suite.sch`. It’s probably
better to rely on those versions for testing because the sources may
be converted in more interesting ways in the future.

The basic structure of a passing test is:

```
Expand Down

0 comments on commit 226806a

Please sign in to comment.