Table and Json formatters can write output to a file now.
Signed-off-by: Oleg Plakhotniuk <olegus8@gmail.com> closes #1412
This commit is contained in:
parent
36a4b78e67
commit
8875fad439
4 changed files with 39 additions and 8 deletions
|
|
@ -3,4 +3,8 @@ verbosity = 2
|
|||
detailed-errors = 1
|
||||
with-doctest = 1
|
||||
where = weboob
|
||||
tests = weboob.tools.capabilities.paste,weboob.tools.path,weboob.capabilities.bank
|
||||
tests = weboob.capabilities.bank,
|
||||
weboob.tools.capabilities.paste,
|
||||
weboob.tools.application.formatters.json,
|
||||
weboob.tools.application.formatters.table,
|
||||
weboob.tools.path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue