
Security News
Oxlint Introduces Type-Aware Linting Preview
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
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"
.
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:
git checkout -b my-new-feature
)git commit -am 'Added some feature'
)git push origin my-new-feature
)Created and maintained by [Jimmy Tang][author] (jimmy_tang@rapid7.com)
Apache 2.0 (see [LICENSE][license])
FAQs
Unknown package
We found that busser-testinfra demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.