You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* As of 2020-01-15, there is a known serious issue with using this test framework with Approval Tests, in that **the test framework does not currently report any Approval Test test failures via the exit status of the test program**.
27
-
* This means that any CI builds or ctest runs will look like they succeeded, whereas they may in fact not have done.
28
-
* For details and progress, please see [issue 87: Boost.UT tests spuriously pass, by returning 0 exit status even after failure](https://github.com/approvals/ApprovalTests.cpp/issues/87).
29
-
---
30
-
31
23
The [\[Boost\].UT](https://github.com/boost-experimental/ut) test framework works well with Approval Tests.
32
24
33
25
\[Boost\].UT is a single header/single module, macro-free μ(micro)/Unit Testing Framework that requires C++17 / C++20
Copy file name to clipboardexpand all lines: doc/mdsource/UsingUT.source.md
-7
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,6 @@ toc
8
8
9
9
## Getting Started With \[Boost\].UT
10
10
11
-
### Important Note: Issue 87
12
-
13
-
* As of 2020-01-15, there is a known serious issue with using this test framework with Approval Tests, in that **the test framework does not currently report any Approval Test test failures via the exit status of the test program**.
14
-
* This means that any CI builds or ctest runs will look like they succeeded, whereas they may in fact not have done.
15
-
* For details and progress, please see [issue 87: Boost.UT tests spuriously pass, by returning 0 exit status even after failure](https://github.com/approvals/ApprovalTests.cpp/issues/87).
16
-
---
17
-
18
11
The [\[Boost\].UT](https://github.com/boost-experimental/ut) test framework works well with Approval Tests.
19
12
20
13
\[Boost\].UT is a single header/single module, macro-free μ(micro)/Unit Testing Framework that requires C++17 / C++20
0 commit comments