[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

@ -1,8 +1,5 @@
use anyhow::Result;
use duct::{cmd, Expression};
use std::path::{Path, PathBuf};
use std::str::from_utf8;
use tempfile::{tempdir, TempDir};
use thinp::file_utils;
use thinp::version::TOOLS_VERSION;