puffyCid / artemis

A cross platform forensic parser written in Rust!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Review ignored tests

puffyCid opened this issue · comments

What new feature do you think would be cool to add to artemis?
Review current tests that are ignored.

Describe the solution you'd like
Currently ~30 tests are ignored with running artemis. There are several reasons why some of these tests were ignored when first written. But we should review them. Some can probably be enabled.

Additional context
Common reasons some tests are ignored.

  • Test runs on live system but expects third party software (ex: firefox or chromium). Artemis has dedicated test data for parsing browser data. But these tests are testing application installed locations.
  • Requires root permissions. These can probably be enabled
  • Takes a very long time to run (ex: Runs full LR collection)