python-openflow
python-openflow copied to clipboard
make tests use the same unpack method as the lib
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.
https://github.com/kytos/python-openflow/issues/381 provides one.