A Busser runner plugin for testing testinfra scripts
Please read the Busser [plugin usage][plugin_usage] page for more details.
Please put test files into [COOKBOOK]/test/integration/[SUITES]/testinfra/
`-- test
`-- integration
`-- default
`-- testinfra
`--test_name.py
The exit code of the script is used as indicator for failure or success.
Globbing pattern to match files is "testinfra/test_*.py"
.
- Source hosted at [GitHub][repo]
- Report issues/questions/feature requests on [GitHub Issues][issues]
Pull requests are very welcome! Make sure your patches are well tested. Ideally create a topic branch for every separate change you make. For example:
- Fork the repo
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Created and maintained by [Jimmy Tang][author] (jimmy_tang@rapid7.com)
Apache 2.0 (see [LICENSE][license])