Adding some default outputters for the test module

This commit is contained in:
Jeff Schroeder 2012-04-18 18:27:02 -07:00
parent bd985555df
commit 69e2d12a67

View File

@ -11,7 +11,14 @@ __opts__ = {
}
# Load the outputters for the module
__outputter__ = {
'outputter': 'txt'
'echo': 'txt',
'ping': 'txt',
'fib': 'yaml',
'version': 'txt',
'collatz': 'yaml',
'conf_test': 'txt',
'get_opts': 'yaml',
'outputter': 'txt',
}