mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
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:
parent
fa14146054
commit
c3383da994
3 changed files with 387 additions and 378 deletions
|
@ -3,3 +3,4 @@
|
|||
mod encoding;
|
||||
|
||||
mod pretty_print;
|
||||
mod util;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue