Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-05 | Replace complicated test support code | David Robillard | 1 | -4/+14 | |
Everything covered by the old hairy runner script is now covered by more focused test suites, so the "thru" pass can be eliminated without losing significant coverage. | |||||
2023-04-05 | Run lax suite with the simpler runner script | David Robillard | 1 | -3/+39 | |
2023-04-05 | Test adding blank node prefixes separately | David Robillard | 1 | -6/+8 | |
2023-04-05 | Add pretty-printing test suite | David Robillard | 1 | -0/+125 | |
The earlier "test" was just hitting the code without actually checking the output. This new suite is a set of pretty-printed documents which serd must reproduce exactly to pass. This should make it easy to add cases in the future, since each case is just a document, as it should look. |