summaryrefslogtreecommitdiff
path: root/docs/dev/architecture.md
diff options
context:
space:
mode:
authorYip Coekjan <69834864+Coekjan@users.noreply.github.com>2024-06-11 17:29:58 +0800
committerGitHub <noreply@github.com>2024-06-11 09:29:58 +0000
commit2b064ba197b4a286ce40cc12db08ae8cf4f4b246 (patch)
treef67a36011a1d83cc47491f20d19f272efd6d831f /docs/dev/architecture.md
parenta10e3324c21daf25fd8e8fc5336aa72718a87e47 (diff)
Add link to `tests` in `docs/dev/architecture.md` (#4353)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'docs/dev/architecture.md')
-rw-r--r--docs/dev/architecture.md14
1 files changed, 4 insertions, 10 deletions
diff --git a/docs/dev/architecture.md b/docs/dev/architecture.md
index 947796af..23c67c8a 100644
--- a/docs/dev/architecture.md
+++ b/docs/dev/architecture.md
@@ -185,16 +185,10 @@ in the active file needs to re-run. This is all handled automatically by
## Tests
-Typst has an extensive suite of integration tests. A test file consists of
-multiple tests that are separated by `---`. For each test file, we store a
-reference image defining what the compiler _should_ output. To manage the
-reference images, you can use the VS code extension in `tools/test-helper`.
-
-The integration tests cover parsing, evaluation, realization, layout and
-rendering. PDF output is sadly untested, but most bugs are in earlier phases of
-the compiler; the PDF output itself is relatively straight-forward. IDE
-functionality is also mostly untested. PDF and IDE testing should be added in
-the future.
+Typst has an extensive suite of integration tests. These tests cover parsing,
+evaluation, realization, layout, and rendering. PDF output is sadly untested so
+far, but most bugs are in earlier phases of the compiler. For more details about
+testing, see the [tests directory](/tests) and its README.
[docs]: https://typst.app/docs/
[`comemo`]: https://github.com/typst/comemo/