Replace the usage of `imp` with `importlib` because the former is deprecated and newer pylint will complain and break CI.
Create a new plugintest.PluginTest class that shares the plugin loading code that is common to all plugin testing. Adapt the existing (hub, builder) tests. Also correct the name for test_builder.TestHubPlugin to TestBuilderPlugin.