-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PyramidPluginManagerTest>>testIsPluginInstalled with non installed plugin #127
Comments
This problem appears when updating Pyramid (from Iceberg), if a new plugin is loaded it should be installed. This is not the case.
|
For "execute tests" just overwrite the setUp function in the test class to force installation of the plugins. |
I have the same problem with Iceberg in Molecule. |
I need to have an event when Iceberg generate a pull from the GitLib. I don't think it is exactly the same issue. |
Ok, this is the same tech feature for Molecule :) I will work on it. |
@Nyan11 what about this issue? |
Still open. The issue is: When you pull with Iceberg, the plusings are not installed. In order to install a plugin, Pharo need to send To fix this issue: We need to add a mechanism that detect new PyramidPlugin and execute I do not know how to do that. It is a very small bug that can manually be fix by the user by lauching the reload plugin script in the Pyramid menu. |
This test cannot past because of a test plugin (
PyramidPluginTestMode
) is not installed.The text was updated successfully, but these errors were encountered: