Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-02 | Collapse input and output options into single flags | David Robillard | 1 | -1/+1 | |
2023-12-02 | Add command-line option to write output to a file | David Robillard | 1 | -5/+4 | |
2023-12-02 | Add base URI command-line option | David Robillard | 1 | -11/+13 | |
2023-12-02 | Rename serdi to serd-pipe | David Robillard | 1 | -3/+3 | |
2023-12-02 | Move serdi to tools subdirectory | David Robillard | 1 | -1/+1 | |
This separates the command-line tool code from the library implementation. | |||||
2023-04-06 | Simplify stdout capturing code | David Robillard | 1 | -4/+2 | |
This is slightly less excruciatingly slow on Windows, sometimes, maybe. | |||||
2023-04-06 | Fix flake8 warnings and add test | David Robillard | 1 | -1/+1 | |
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. |