Skip to content

Hack import statement during testing to actually load python implementation

This patch fixes #2 (closed) by mocking the import statement in segments_verify.py to force loading of the pure-Python implementation of the segments objects.

Merge request reports