summaryrefslogtreecommitdiff
path: root/tests/README.md
AgeCommit message (Collapse)Author
2024-12-20HTML tests (#5594)Michael FΓ€rber
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-10-03Tweak docs (#5089)Laurenz
2024-09-26Connect maximum size with Updating reference images (#5022)Josh Soref
2024-04-18Enhance the test runner: regex, --list, --path (#3945)Leedehai
2024-04-16Better instruction in test READMEs (#3929)Leedehai
2024-04-13Better test runner (#3922)Laurenz
2023-05-20Check crate docs in CILaurenz
2023-05-02fix: typos (#1074)Alberto Vilches
2023-04-20Add UPDATE_EXPECT envvar to update tests (#748)Alex Saveau
2023-03-22Fix typos (#115)Kian-Meng Ang
Found via `codespell -S target -L crate,ist,thi,alle,dedented,ue,tung,nd,ende,overriden,dependant`
2023-01-31Move assetsLaurenz
2022-11-29Reorganize library and testsLaurenz
2022-11-20Move font folderLaurenz
2022-11-03Separate test crateLaurenz
This removes the not-really-cyclic dependency that confuses rust-analyzer. See also: https://github.com/rust-lang/rust-analyzer/issues/2414
2021-12-15Set Rules Episode V: The Tests Strike BackLaurenz
2021-03-19Scheduled maintenance πŸ”¨Laurenz
- New naming scheme - TextNode instead of NodeText - CallExpr instead of ExprCall - ... - Less glob imports - Removes Value::Args variant - Removes prelude - Renames Layouted to Fragment - Moves font into env - Moves shaping into layout - Moves frame into separate module
2021-02-20Reorganize tests πŸ”€Laurenz
2021-02-07Document how to run tests πŸ“Laurenz
2021-01-16Flip test directory structure πŸ”ƒLaurenz
Move full/lang/library to the top-level as that's more ergonomic to use.
2021-01-14Move bracket function tests to integration 🚚Laurenz
2021-01-14Move test files into category subfolders 🚚Laurenz
2021-01-13Enable multiple tests per file 🧱Laurenz
2020-12-17Test [pagebreak] πŸ—žLaurenz
2020-12-10Refine test infrastructure βœ…Laurenz
- Tests diagnostics - More and better separated image tests
2020-11-30Compress images in PDFs βš™Laurenz
2020-11-27Export images in PDF πŸ–ΌLaurenz
2020-10-13Simple regression testing with file-based comparisons βœ…Laurenz