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

test-framework

Here are 540 public repositories matching this topic...

TERMIK
TERMIK commented Sep 21, 2020

Hello.
I've included the header file "catch.hpp" in my iOS application where I have a C++ part and defined #define CATCH_CONFIG_MAIN in a cpp file that I want to be tested.

I've also written a simple test:

int return_int(int arg){
return 1;
}

TEST_CASE( "Test", "[int]" ) {
REQUIRE(return_int(1) == 1);
REQUIRE(return_int(2) == 1);
}

But all I have are these two errors

crinksdr
crinksdr commented Sep 17, 2020

If I create a test using a testcase source with a name "{m} (unique attribute)" and pass that test in through -testlist argument the test will not be discovered. If there is no space "{m}(unique attribute)" this works fine. The problem is in the TextRunner.MakeRunSetting when its building the prefilter list from the test list it is not trimming the sub string so the parent of the tests are not bei

elliottmurray
elliottmurray commented Aug 20, 2020

Issue Classification

  • Feature request

Feature Request

From yarn build. 3 github paths fail in docosaurus, slack url needs to be absolute.

  • Page path = /implementation_guides/javascript/readme:
    -> link to examples/v3/e2e (resolved as: /implementation_guides/javascript/examples/v3/e2e)
    -> link to examples/v3/todo-consumer (resolved as: /implementation_guides/javascript/
bethesque
bethesque commented Jun 26, 2020

As part of the process of making the Pact docs more user friendly, we'd like to start writing feature documentation once, and providing code examples for each of the languages, rather than everyone having to write the same docs over and over again in each language.

The documentation for the consumer version selectors can be our first opportunity to give this approach a try. I have written the beh

nmav
nmav commented Jan 26, 2020

Bug Report

After updating to the latest test-tls13-obsolete-curves.py there were ~100 failures due to a new check that extensions are rejected due to a mismatch of the curve with the key share. While that's a good test, it is unrelated to the purpose of this test file. As such one updating to the new version that does not want to comply with the newly introduced requirement, would have to dis

Improve this page

Add a description, image, and links to the test-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the test-framework topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.