You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thx for maintaining this. I wonder if the insta snapshots can be used for testing?
#[test]fnmy_test(){let input:TokenStream = quote!( ... );let result = my_code_generator(input).unwrap();// running insta bless will update "" to the actual value, assuming result has Displayassert_snapshot!(result, @"");}
It seems syn crate uses exactly the same approach, but I have no idea how to get started with using it in my code. Thx!
The text was updated successfully, but these errors were encountered:
Hi, thx for maintaining this. I wonder if the insta snapshots can be used for testing?
It seems syn crate uses exactly the same approach, but I have no idea how to get started with using it in my code. Thx!
The text was updated successfully, but these errors were encountered: