tags:

views:

38

answers:

0

It's about time I wrote a functionality test for Dist::Zilla::Plugin::Catalyst. But I realized that I haven't a clue on where to start. I know that I have to have a custom minting profile recognized by my test suite, and that I'm probably going to just test to make sure that all the right files are output with suitable perms. I'm not at all sure what DZ module to you use for including the minting profile, or how to then start a mint, and then check the output ( because I suspect that it's going to use a temp directory ).

Could someone give me some pointers? are there any other minting modules, that have tests?