diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2020-07-21 13:11:02 +0300 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2020-07-21 13:11:51 +0300 |
| commit | daab8b2fd03340ea0be91281673c256b02ad8a90 (patch) | |
| tree | dae0469fcd4a29b480dd2332b58f9941c96a59a5 /docs | |
| parent | f7e4b99d154fa85e4f37aa9e53d4ffb8f4a0073e (diff) | |
| download | rust-daab8b2fd03340ea0be91281673c256b02ad8a90.tar.gz rust-daab8b2fd03340ea0be91281673c256b02ad8a90.zip | |
Remove insta dep
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/dev/architecture.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/dev/architecture.md b/docs/dev/architecture.md index cee916c0963..d0c6eea61f8 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. |
