This repository was archived by the owner on Apr 22, 2024. It is now read-only.
This repository was archived by the owner on Apr 22, 2024. It is now read-only.
make tests use the same unpack method as the lib #396
Open
Description
Current TestStruct class (tests/test_struct.py) uses unpack method implemented in RawDump class (tests/raw_dump.py) instead of unpack method used when working with the lib.
#381 provides one.