aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_suite.py
AgeCommit message (Collapse)AuthorFilesLines
2023-04-06Simplify stdout capturing codeDavid Robillard1-4/+2
This is slightly less excruciatingly slow on Windows, sometimes, maybe.
2023-04-06Fix flake8 warnings and add testDavid Robillard1-1/+1
2023-04-05Replace complicated test support codeDavid Robillard1-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-05Run lax suite with the simpler runner scriptDavid Robillard1-3/+39
2023-04-05Test adding blank node prefixes separatelyDavid Robillard1-6/+8
2023-04-05Add pretty-printing test suiteDavid Robillard1-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.