Skip to content

test: fix the exception check for the missing eiproto module

Peter Hutterer requested to merge whot/libei:wip/fix-tests-imports into main

When running pytest from the source directory we get a ModuleNotFoundError, not an ImportError.

Merge request reports