From 5e8793d72741f491ded10dba5b2637e4877e8201 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 15 May 2025 08:51:00 +0200 Subject: add notes on testsuite --- _evaluation.qmd | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/_evaluation.qmd b/_evaluation.qmd index 36b9538..40689d0 100644 --- a/_evaluation.qmd +++ b/_evaluation.qmd @@ -1,8 +1,17 @@ *TODO* -## Unit testing +## End-to-end testing -*TODO* +A testsuite has been collected for the newly introduced Markdown markup. +These tests are all end-to-end tests rather than unit tests, +since the parser logic did not invite for much separation +into multiple functions sensible to check individually. + +*TODO*: Document test coverage, and reflect on causes. + +Additionally, the code has been tested against the large testsuite +part of the commonmark-spec project, +to ensure no breakage of conventional Markdown markup. ## Validation of output formatting -- cgit v1.2.3