Add unit tests for the formatters

Unit tests for bandit/core/formatters.py

Change-Id: I73a93e845f5233facbbab09b732c87f2c8ef85ed
This commit is contained in:
Eric Brown
2015-09-01 12:02:27 -07:00
parent c5f418e9c7
commit adc0ba18e0
5 changed files with 148 additions and 4 deletions

View File

@@ -129,7 +129,7 @@ class BanditManager():
:param sev_level: Which severity levels to show (LOW, MEDIUM, HIGH)
:param conf_level: Which confidence levels to show (LOW, MEDIUM, HIGH)
:param output_filename: File to store results
:param output_format: output format, either 'json' or 'txt'
:param output_format: output format, 'csv', 'json', 'txt', or 'xml'
:return: -
'''