doherty / Dist-Zilla-PluginBundle-TestingMania

test your dist with every testing plugin conceivable
http://metacpan.org/release/Dist-Zilla-PluginBundle-TestingMania/
4 stars 6 forks source link

Load tests for META.{yml,json} only when they exist #2

Closed doherty closed 13 years ago

doherty commented 13 years ago

We should check if MetaYAML/MetaJSON plugin is loaded or if the file is listed in the dist, and load the corresponding test only if appropriate.

doherty commented 13 years ago

There's a pull req for YAML, and I've patched JSON. We check if the file is listed in the dist and remove the test if not. So, this will be fixed in the testing plugins, not here.