pretty assert

This commit is contained in:
veeso
2021-05-06 21:57:04 +02:00
parent c0eb98c3f9
commit 892be42988
33 changed files with 101 additions and 1 deletions

View File

@@ -163,6 +163,7 @@ impl std::fmt::Display for SerializerError {
mod tests {
use super::*;
use pretty_assertions::assert_eq;
use std::env;
#[test]

View File

@@ -90,6 +90,7 @@ mod tests {
use super::*;
use pretty_assertions::assert_eq;
use std::io::{Seek, SeekFrom};
use std::path::PathBuf;