> May I point you to: > * rspec-puppet: > http://rspec-puppet.com/ > > and > * puppet-spec: > https://github.com/camptocamp/puppet-spec > > Those should cover your need for catalog testing.
I don't think these tools cover the basic testing needs, at least not mine. I only knew about the first, which is mainly useful to write standalone module specific tests, and is pretty slow. The second seems to require a puppet master, so is not really usable for "pre-commit" testing. It is also quite likely it is not faster than the Puppet built-in compiler. I believe rspec-puppet is a good tool for public module development and that puppet-spec might be good for compliance related tasks, but they are not suited for interactive usage. This is probably a controversial opinion though, because they probably are much used, and I don't think my own testing framework (language-puppet) is really used by many people ;) -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-dev. For more options, visit https://groups.google.com/groups/opt_out.
