napari / cookiecutter-napari-plugin

Cookiecutter for napari plugins
BSD 3-Clause "New" or "Revised" License
67 stars 39 forks source link

[MAINT] use parametrize to test plugins with every answer combo #174

Closed psobolewskiPhD closed 6 months ago

psobolewskiPhD commented 6 months ago

In this PR I try to address the fact that tests failed to catch https://github.com/napari/cookiecutter-napari-plugin/issues/172
which is to generate and test plugins for each combo of answers, except 4X n because that has no modules and no tests.