add snapshot testing with insta

This commit is contained in:
ThetaDev 2022-08-02 19:24:39 +02:00
parent 25a9398b85
commit 15e854b341
13 changed files with 6710 additions and 42 deletions

View file

@ -29,3 +29,4 @@ env_logger = "0.9.0"
test-log = "0.2.11"
rstest = "0.15.0"
temp_testdir = "0.2.3"
insta = "1.17.1"