passkey_fw/test/unit-test/vendor/ceedling/plugins/stdout_pretty_tests_report
hathach 3623ba1884
fix trailing space and new line
temporarily disable codespell
2023-03-17 16:12:49 +07:00
..
assets fix trailing space and new line 2023-03-17 16:12:49 +07:00
config move ceedling tests to test/unit-test 2022-12-08 09:59:02 +07:00
lib fix trailing space and new line 2023-03-17 16:12:49 +07:00
README.md fix trailing space and new line 2023-03-17 16:12:49 +07:00

README.md

ceedling-pretty-tests-report

Overview

The stdout_pretty_tests_report is the default output of ceedling. Instead of showing most of the raw output of CMock, Ceedling, etc., it shows a simplified view. It also creates a nice summary at the end of execution which groups the results into ignored and failed tests.

Setup

Enable the plugin in your project.yml by adding stdout_pretty_tests_report to the list of enabled plugins.

:plugins:
  :enabled:
    - stdout_pretty_tests_report