Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Latest commit

 

History

History
37 lines (25 loc) · 702 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 702 Bytes

Show a potential issue with approvals(?).

Note: all tests in this example fail on purpose.

run this exapmle in gitpod

The problem

When running a failed approval test and a failed non-approvals test, we don't see the test failure, only the approvals diff.

Expected: see both failures.

Run the Tests

Approvals, and Example-based Tests Combined in One File

make text

Only Example-based Tests

make exampleonly

Prerequisites

In gitpod, these are done on init of a new workspace.

install CppUTest

./install-cpputest.sh

get approvals

./get-approvals.sh