bandit/tests/unit
Timothy Kelsey b6e0bcaa3a Adding new screen formatter
This work relates to efforts to remove the config file (see spec).
Here we are adding a new formatter plugin "screen" to produce the
VT100 colored output report that is dumped to a terminal. Before
this was done by some detection logic in the txt formatter. This
chnges the txt formatter so it now always dumps simple text output.

Work has also been done to move logic relating to specific formats
out of the manager class. Formatters are plugins and as such
should be entirely opaque to the manager.

Change-Id: Ifc76eace1f84e8808480a352f403eff757641e8f
2015-12-21 16:44:45 +00:00
..
core Adding new screen formatter 2015-12-21 16:44:45 +00:00
formatters Adding new screen formatter 2015-12-21 16:44:45 +00:00
__init__.py Refactoring Unit Test Directories 2015-09-01 10:20:05 -07:00
test_bandit.py Rename core.test_config to test_bandit 2015-09-01 13:58:33 -05:00
test_bandit_baseline.py Adding bandit-baseline tool 2015-12-10 15:50:49 -08:00
test_bandit_conf_generator.py Add a configuration generator for bandit 2015-11-16 10:56:32 +01:00