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

tests: check plugin modules for classes that aren't picked up by plugin enumeration #713

Open
leondz opened this issue May 31, 2024 · 1 comment
Labels
tests Testing-related

Comments

@leondz
Copy link
Owner

leondz commented May 31, 2024

Classes that aren't picked up by plugin enumeration, aren't tested by tests that use the same plugin enumeration. That's not good.

We'll need to work out what to do with mixins; maybe add a skiplist in the tests.

@leondz leondz added the tests Testing-related label May 31, 2024
@jmartin-tech
Copy link
Collaborator

The original intent of this may have been addressed in the plugin processing refactors from #711 and #768.

Further evolution of the plugin cache can add more tests to document edge cases that inject new plugins classes in existing modules as well as tests that around validating entirely new modules will properly be enumerated.

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

No branches or pull requests

2 participants