Refactor deriving tests to put testing utilities in separate module

As we prepare to add derivers for Decoders, we'll want to use this same
infrastructure for Decoder derive tests. This pulls out the common test
infrastructure into a separate module under test_derive.
This commit is contained in:
Ayaz Hafiz 2022-08-01 13:35:02 -05:00
parent fa14146054
commit c3383da994
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
3 changed files with 387 additions and 378 deletions

View file

@ -3,3 +3,4 @@
mod encoding;
mod pretty_print;
mod util;