[functional-tests] Move thin_dump tests to Rust.

cargo test
This commit is contained in:
Joe Thornber
2020-07-31 16:31:10 +01:00
parent 78db9a24fa
commit baf1fe325f
6 changed files with 150 additions and 86 deletions

View File

@@ -3,8 +3,7 @@ use byteorder::{LittleEndian, ReadBytesExt, WriteBytesExt};
use rand::prelude::*;
use std::fs::OpenOptions;
use std::io::{Cursor, Read, Seek, SeekFrom, Write};
use std::path::{Path, PathBuf};
use tempfile::tempdir;
use std::path::{Path};
use thinp::file_utils;
use thinp::thin::xml::{self, Visit};