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

Fix checking if the Processing Plugin is enabled #517

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

borysiasty
Copy link
Contributor

The current test with QgsApplication.processingRegistry() gives false positive result, as native algorithms are initialized in QgisApp's constructor, regardless of the plugin status.

If I'm not missing anything, it should be enough to test if the plugin is loaded (and checking the processingRegistry is not necessary).

This should fix [hopefully] #422.

@borysiasty
Copy link
Contributor Author

The two failing tests are not related. Other tests involving Processing pass successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant