test(tvix/serde): add initial set of deserialisation tests

Change-Id: I0a9779edf0296c25d37fb5f75f8fc5852fe00121
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7715
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
Vincent Ambo 2023-01-01 15:32:32 +03:00 committed by tazjin
parent 4350be34d1
commit 00dab6142e
4 changed files with 87 additions and 1 deletions

View file

@ -6,3 +6,6 @@ mod de;
mod error;
pub use de::from_str;
#[cfg(test)]
mod de_tests;