sensu-plugins / sensu-plugins-aws

This plugin provides native AWS instrumentation for monitoring and metrics collection, including: health and metrics for various AWS services, such as EC2, RDS, ELB, and more, as well as handlers for EC2, SES, and SNS.
http://sensu-plugins.io
MIT License
81 stars 143 forks source link

Plugin Tests #5

Open bkett opened 9 years ago

bkett commented 9 years ago

This is more of a question as I continue to work on the rewrite. I understand rspec is required for some of the ci tools in the gem but I'd prefer to write my tests using the default testing lib Minitest and avoid using rspec syntax. @mattyjones if I could get some input from you on the direction you're looking to take regarding tests in each of these gems.

mattyjones commented 9 years ago

@bkett @rmc3 I have no direction at this time. Pick one and lets use it. I would like to standize on a single framework for simplicity's sake. I will also be on IRC after 9pm EST if you want to talk further but I honestly have no opinion ;)

majormoses commented 7 years ago

This is quite old...What we have started doing now is using test-kitchen and serverspec. Good examples exist in: