ApprovalTests.cpp icon indicating copy to clipboard operation
ApprovalTests.cpp copied to clipboard

Native ApprovalTests for C++ on Linux, Mac and Windows

Results 40 ApprovalTests.cpp issues
Sort by recently updated
recently updated
newest added

A user reports that the current behaviour is: ``` ApprovalTests/include/ApprovalTests.v.10.3.0.hpp:1928:10: fatal error: 'catch2/catch.hpp' file not found #include ``` We would need to work out which new headers to include, and...

test_frameworks
on_hold

Hello, I want to use approval test for some legacy embedded C code. Thus my c++/cmake knowledge is very limited. My Setup: * Windows 10 * ApprovalTests 10.12.2 * CMake...

Hello [From documentation](https://github.com/approvals/ApprovalTests.cpp/blob/master/doc/Configuration.md), we can read: > Note that the sub-directory is created automatically and that it will be inside the directory containing the source code of the test, not...

Hello I am sorry to open yet another bug about Ninja. I had a look at the very long https://github.com/approvals/ApprovalTests.cpp/pull/79 and https://github.com/approvals/ApprovalTests.cpp/issues/74 and I understood that Ninja is a problem,...

This was mentioned in #75 - and will provide another nice way of making ApprovalTests available to users...

enhancement
infrastructure
on_hold

Try to modify all the GitHub Actions configs so that cron jobs are only run in the main repo, and not in forks. There is no point forks being notified...

Add integration with Simon Cropp's EmptyFiles tool - see https://github.com/VerifyTests/EmptyFiles#tool-usage We would have to work out the mechanics of this.

enhancement
on_hold

This looks really useful: https://github.com/cpm-cmake/CPM.cmake

documentation
infrastructure
on_hold

Hello, I have a question on how the single header file is being generated inside the release process, Basically if I only want to generate the single header file, it's...

infrastructure

The function `verifyAll` assumes that the Container has an associated type name `value_type`. This is not true for all views. The issue show up on "approvalTests.hpp:1656" for version 10.8.0. ```...

bug
on_hold