The Wayback Machine - https://web.archive.org/web/20200903141702/https://github.com/topics/testing-framework
Skip to content
#

testing-framework

Testing is the practice of systematically testing software to make sure it works. Testing can be iterative, and happen multiple times.

Eliminate bugs and ship with more confidence by adding these tools to your workflow.

Here are 489 public repositories matching this topic...

disconnect3d
disconnect3d commented Jul 23, 2020

Tl;dr: building a simple DeepState testcase as shown below, gives the -Wmissing-noreturn warning. This might be an issue if DeepState is incorporated into a codebase that uses -Werror.

Example code

#include <deepstate/DeepState.hpp>

using namespace deepstate;

TEST(TestCaseName, TestName) {
        ASSERT(1);
}

Related build log

[1/2] Building CXX objec
Wikipedia
Wikipedia
You can’t perform that action at this time.