-
Updated
Apr 30, 2021 - JavaScript
test-framework
Here are 560 public repositories matching this topic...
-
Updated
May 3, 2021 - JavaScript
-
Updated
May 5, 2021 - JavaScript
-
Updated
Apr 29, 2021 - Objective-C
-
Updated
Apr 30, 2021 - HTML
-
Updated
Apr 29, 2021 - Java
-
Updated
Apr 28, 2021 - JavaScript
-
Updated
May 4, 2021 - 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
May 3, 2021 - JavaScript
-
Updated
May 4, 2021 - PHP
-
Updated
Jan 14, 2021 - PHP
-
Updated
May 2, 2021 - C#
-
Updated
Apr 2, 2021 - Python
Add a list of all current javascript pact repos for developers to documentation somewhere. This would help new contributors get up to speed with the landscape of pact-js.
-
Updated
Oct 1, 2020 - C#
If you use the jar with dependencies, the spring boot version needs to match (usually you get errors if the version is too apart of each other). We should document that
Drop 1.5.x support
TravisCI (org) is dropping support for OSS builds at the end of this month, meaning they must be transferred to travis-ci.com, which uses a credit system. Builds may fail (and already are) if the number of credits is exhausted within th emonth.
We are recommending switching to GH Actions, but the choice of CI provider is up to the project maintainer.
See also:
-
Updated
Apr 15, 2021 - Shell
-
Updated
May 1, 2021 - Python
-
Updated
May 4, 2021 - C#
Feature request
Is your feature request related to a problem? Please describe
The analysis.py script provides just one confidence interval: 95%. While that is related to the 2-sigma interval of normal distribution, so in theory allows for easy estimation of bigger confidence intervals (like 3, 4, 5-sigma), it assumes a normal distribution, which the differences don't follow, and may be
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Apr 15, 2021 - C#
-
Updated
Mar 18, 2021 - Rust
-
Updated
Apr 28, 2021 - Python
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."
Description
I have a hardware abstraction layer interface, as well as a driver interface. I have multiple drivers utilizing the HAL interface, while implementing the driver interface. This plugin approach causes me to have identically named tests across multiple test files.
For example: