log2timeline / plaso

Super timeline all the things
https://plaso.readthedocs.io
Apache License 2.0
1.66k stars 327 forks source link

Improve test coverage of binary data parsers #2209

Open joachimmetz opened 5 years ago

joachimmetz commented 5 years ago

Now with dtFabric support, we can generate data format structs for testing e.g. https://github.com/libyal/dtformats/blob/master/tests/rp_log.py#L25

Per https://github.com/log2timeline/plaso/issues/2207, let's improve test coverage

joachimmetz commented 5 years ago

This can be applied to non-dtFabric-based binary data parsers as well.

TODO: