turbinia icon indicating copy to clipboard operation
turbinia copied to clipboard

Update unittests executing external binaries

Open aarontp opened this issue 2 years ago • 2 comments

We had a few tests that were calling out to third-party binaries and were also taking a long time to run. These were commented out in https://github.com/google/turbinia/pull/1133/files. We should find a way to test these modules without calling the binaries directly.

aarontp avatar Nov 18 '22 01:11 aarontp

FYI @Fryyyyy

aarontp avatar Nov 18 '22 01:11 aarontp

I think most of the methods except run() are tested, so we might just want to mock the binaries and have a quick/easy test for that.

aarontp avatar Dec 14 '22 06:12 aarontp