test: add simple unit test for expression iteration

This commit is contained in:
Anand Balakrishnan 2023-03-20 10:29:03 -07:00
parent 0359029741
commit cde8cb24e5
No known key found for this signature in database
2 changed files with 41 additions and 0 deletions

View file

@ -8,5 +8,6 @@ derive_more = "0.99.17"
thiserror = "1.0.39"
[dev-dependencies]
itertools = "0.10.5"
paste = "1.0.12"
proptest = "1.1.0"