From daab8b2fd03340ea0be91281673c256b02ad8a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Tue, 21 Jul 2020 13:11:02 +0300 Subject: Remove insta dep --- docs/dev/architecture.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/dev/architecture.md b/docs/dev/architecture.md index cee916c09..d0c6eea61 100644 --- a/docs/dev/architecture.md +++ b/docs/dev/architecture.md @@ -170,8 +170,7 @@ The innermost and most elaborate boundary is `hir`. It has a much richer vocabulary of types than `ide`, but the basic testing setup is the same: we create a database, run some queries, assert result. -For comparisons, we use [insta](https://github.com/mitsuhiko/insta/) library for -snapshot testing. +For comparisons, we use the `expect` crate for snapshot testing. To test various analysis corner cases and avoid forgetting about old tests, we use so-called marks. See the `marks` module in the `test_utils` crate for more. -- cgit v1.2.3