aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-15 08:51:00 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-15 08:51:00 +0200
commit5e8793d72741f491ded10dba5b2637e4877e8201 (patch)
treebedfa0378335df7d8679fd55957a98a3b40b21c6
parentac039402ae08dc7754dac388227be45f82a75792 (diff)
add notes on testsuite
-rw-r--r--_evaluation.qmd13
1 files 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