-
Updated
Sep 2, 2020 - JavaScript
test-framework
Here are 536 public repositories matching this topic...
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Sep 2, 2020 - Objective-C
-
Updated
Aug 23, 2020 - Java
-
Updated
Aug 28, 2020 - Python
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Sep 3, 2020 - Java
When running build.ps1 -t Test, the following output describes the failing tests:
- Failed : NUnit.Framework.Api.FrameworkControllerTests.ExploreTestsAction_FileNotFound_ReturnsNonRunnableSuite
Expected: String containing "The system cannot find the file specified."
But was: "Le fichier sp├®cifi├® est introuvable. (Exception from HRESULT: 0x80070002)"
at NUnit.Framework.Api.Framew
-
Updated
Dec 27, 2019 - Python
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Mar 4, 2020 - PHP
-
Updated
Sep 3, 2020 - PHP
-
Updated
Jun 14, 2020 - C#
-
Updated
Jun 12, 2020 - Python
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
-
Updated
Jun 14, 2020 - C#
Drop 1.5.x support
I would like to drop Spring Boot support for 1.5.x. It is EOL https://spring.io/blog/2018/07/30/spring-boot-1-x-eol-aug-1st-2019
I would also add some notes in the docs, that we adhere to the spring boot lifecycle in order to be transparent about dropping support for versions.
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
-
Updated
Aug 14, 2020 - C#
-
Updated
Sep 1, 2020 - Python
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Sep 1, 2020 - C#
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
-
Updated
Aug 5, 2020 - Python
-
Updated
Jul 25, 2020 - Rust
-
Updated
Apr 3, 2020 - C++
Improve this page
Add a description, image, and links to the test-framework topic page so that developers can more easily learn about it.
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."
Describe the bug
When
TEMPLATE_LIST_TEST_CASE
andTEMPLATE_LIST_TEST_CASE_METHOD
were added, the corresponding versions with theCATCH_
prefix were missed.Expected behavior
CATCH_TEMPLATE_LIST_TEST_CASE
andCATCH_TEMPLATE_LIST_TEST_CASE_METHOD
should be available.Additional context
The commit that added
TEMPLATE_LIST_TEST_CASE
and `TEMPLATE_LIST_TEST_CASE_MET