bandit/tests/unit/cli
Eric Brown a38056fafa Dump bandit config file lists vertically
Currently when using the bandit-config-generator to dump out a
config file, it looks rather messy because config option values
that are lists are dumped onto one long line.

So rather than dumping on one line, use the vertical yaml list
format by specifying default_flow_style=False.

Change-Id: Ic0dc97f19d067471b507421dcb98ac749874e49c
2017-02-20 14:06:31 -08:00
..
__init__.py Adding some test coverage for config_generator 2016-01-21 12:34:11 +00:00
test_baseline.py Trivial fixes based on pylint scan 2016-11-21 13:16:32 -08:00
test_config_generator.py Dump bandit config file lists vertically 2017-02-20 14:06:31 -08:00
test_main.py Trivial fixes based on pylint scan 2016-11-21 13:16:32 -08:00