Oleksandr Kyrylchuk ca2fe0c554 Added options for CLI output management
Reasons:
    - When using table-based design for CLI output, the full traceback of failed
      test could not be shown comfortably due to long text lines
    - User who runs CLI does not need the full traceback about passing tests in
      some cases
Changes:
    - Added option "--verbose" that tells CLI to show up test report in output
      (by default is False)
    - Added option "--no-format" that allows to print output without table markup
    - Moved functionality of printing results from validation plugins to CLI

Implements blueprint: cli-format-output

Change-Id: I919e88cb640031043fdbf5a17260e24249f6508f
2015-04-16 14:44:47 +03:00
..
2015-03-05 19:04:43 +02:00
2015-03-05 19:04:43 +02:00
2015-04-16 14:44:47 +03:00
2015-03-23 17:35:11 +02:00
2015-04-10 11:03:18 +03:00