File tree Expand file tree Collapse file tree 2 files changed +10
-18
lines changed Expand file tree Collapse file tree 2 files changed +10
-18
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ values and come with comprehensive tools to review changes.
16
16
Snapshot tests are particularly useful if your reference values are very
17
17
large or change often.
18
18
19
+ ## What it looks like:
20
+
21
+ There is a screencast that shows the entire workflow: [ watch the insta
22
+ introduction screencast] ( https://www.youtube.com/watch?v=rCHrMqE4JOY&feature=youtu.be )
23
+
19
24
## How it operates
20
25
21
26
This crate exports multiple macros for snapshot testing:
@@ -43,15 +48,6 @@ For macros that work with `serde::Serialize` this crate also permits
43
48
redacting of partial values. See [ redactions] ( #redactions ) for more
44
49
information.
45
50
46
- ## What it looks like:
47
-
48
- This is what the cargo insta review UI looks like:
49
-
50
- <img src =" https://github.com/mitsuhiko/insta/blob/master/assets/review.png?raw=true " alt =" " >
51
-
52
- There is also a screencast that shows the entire workflow: [ watch the insta
53
- introduction screencast] ( https://www.youtube.com/watch?v=rCHrMqE4JOY&feature=youtu.be )
54
-
55
51
## Example
56
52
57
53
Install ` insta ` :
Original file line number Diff line number Diff line change 14
14
//! Snapshot tests are particularly useful if your reference values are very
15
15
//! large or change often.
16
16
//!
17
+ //! # What it looks like:
18
+ //!
19
+ //! There is a screencast that shows the entire workflow: [watch the insta
20
+ //! introduction screencast](https://www.youtube.com/watch?v=rCHrMqE4JOY&feature=youtu.be)
21
+ //!
17
22
//! # How it operates
18
23
//!
19
24
//! This crate exports multiple macros for snapshot testing:
41
46
//! redacting of partial values. See [redactions](#redactions) for more
42
47
//! information.
43
48
//!
44
- //! # What it looks like:
45
- //!
46
- //! This is what the cargo insta review UI looks like:
47
- //!
48
- //! <img src="https://github.com/mitsuhiko/insta/blob/master/assets/review.png?raw=true" alt="">
49
- //!
50
- //! There is also a screencast that shows the entire workflow: [watch the insta
51
- //! introduction screencast](https://www.youtube.com/watch?v=rCHrMqE4JOY&feature=youtu.be)
52
- //!
53
49
//! # Example
54
50
//!
55
51
//! Install `insta`:
You can’t perform that action at this time.
0 commit comments