Skip to content
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

Open
labordep opened this issue Dec 17, 2023 · 5 comments
Open
Labels
enhancement New feature or request pending Waiting for something

Comments

@labordep
Copy link
Member

This test cannot past because of a test plugin (PyramidPluginTestMode) is not installed.

@labordep labordep added bug Something isn't working enhancement New feature or request labels Dec 17, 2023
@labordep labordep added this to the alpha 4 milestone Dec 17, 2023
@labordep
Copy link
Member Author

This problem appears when updating Pyramid (from Iceberg), if a new plugin is loaded it should be installed. This is not the case.
We need to find a way to load all plugins for :

  • execute tests
  • when the user is updating Pyramid from Iceberg

@labordep labordep assigned Nyan11 and unassigned Nyan11 Dec 17, 2023
@Nyan11
Copy link
Collaborator

Nyan11 commented Dec 17, 2023

For "execute tests" just overwrite the setUp function in the test class to force installation of the plugins.
For "Iceberg" i'm looking into it.

@labordep
Copy link
Member Author

labordep commented Dec 17, 2023

For "execute tests" just overwrite the setUp function in the test class to force installation of the plugins. For "Iceberg" i'm looking into it.

I have the same problem with Iceberg in Molecule.
Molecule is lookup source-code modifications, including loading/unloading packages.
I have developed new Iceberg/metacello events to add some events as package loading / unloading, but I need to create a pull request in Pharo.
May be this is a similar problem.

See OpenSmock/Molecule#156

@Nyan11
Copy link
Collaborator

Nyan11 commented Dec 17, 2023

I need to have an event when Iceberg generate a pull from the GitLib. I don't think it is exactly the same issue.

@labordep
Copy link
Member Author

Ok, this is the same tech feature for Molecule :) I will work on it.

@labordep labordep added pending Waiting for something and removed bug Something isn't working labels Dec 17, 2023
@labordep labordep removed this from the alpha 4 milestone Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pending Waiting for something
Projects
None yet
Development

No branches or pull requests

2 participants