Last updated:
0 purchases
pytestbandit 0.6.1
A bandit plugin for pytest
This pytest plugin was generated with Cookiecutter along with @hackebrot’s cookiecutter-pytest-plugin template.
Features
Execute bandit testing against a repository
Requirements
Bandit > 1.4.0
Installation
You can install “pytest-bandit” via pip from PyPI:
$ pip install pytest-bandit
Usage
add bandit_targets to your pytest configuration and add at least one directory to traverse
you probably want bandit_recurse = true in your configuration as well
Contributing
Contributions are very welcome. Tests can be run with tox, please ensure
the coverage at least stays the same before you submit a pull request.
Development setup & testing
python -m venv .venv
source .venv/bin/activate
pip insatll tox
tox
License
Distributed under the terms of the MIT license, “pytest-bandit” is free and open source software
Issues
If you encounter any problems, please file an issue along with a detailed description.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.