Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-05 | Test URI and blank node manipulation features separately | David Robillard | 1 | -2/+24 | |
2023-04-05 | Clean up Python scripts and add a formatting test | David Robillard | 1 | -0/+26 | |
2023-04-05 | Add pretty-printing test suite | David Robillard | 1 | -12/+35 | |
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. | |||||
2023-04-02 | Fix lax test suite | David Robillard | 1 | -2/+2 | |
2022-11-25 | Merge similar tests | David Robillard | 1 | -1/+0 | |
2022-10-23 | Test header for warnings more strictly | David Robillard | 1 | -0/+6 | |
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 1 | -1/+1 | |
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway. | |||||
2022-09-08 | Only run REUSE test in strict mode | David Robillard | 1 | -12/+14 | |
2022-08-31 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -1/+10 | |
2022-08-22 | Only run autoship test in strict mode | David Robillard | 1 | -3/+5 | |
2022-07-10 | Switch to meson build system | David Robillard | 1 | -0/+198 | |