-
Updated
Oct 4, 2021 - JavaScript
test-framework
Here are 580 public repositories matching this topic...
-
Updated
Oct 12, 2021 - JavaScript
-
Updated
Oct 12, 2021 - JavaScript
-
Updated
Oct 12, 2021 - HTML
-
Updated
Oct 12, 2021 - Objective-C
-
Updated
Oct 12, 2021 - Java
-
Updated
Sep 1, 2021 - JavaScript
-
Updated
Oct 6, 2021 - Java
The object + type overloads of Numerics.IsFloatingPointNumeric were updated in nunit/nunit#3831 to return true when given a decimal. For consistency, we should ensure the IsFixedPointNumeric function returns false when given a decimal. This should just be a matter of removing this line: https://github.com/nunit/nunit/blob/master/src/NUnitFramework/framework/Constraint
-
Updated
Dec 27, 2019 - Python
-
Updated
Oct 13, 2021 - JavaScript
-
Updated
Oct 12, 2021 - PHP
-
Updated
Jul 29, 2021 - C#
-
Updated
Oct 12, 2021 - PHP
-
Updated
Sep 26, 2021 - Python
Please add support for the following keys to be used in the consumer version selectors when fetching pacts for verification:
{ "deployedOrReleased": true }
{ "deployed": true }
{ "released": true }
{ "environment": "<env name>" }
{ "consumer": "<name>" } // this may already be supported, please add it if not
These keys can be used in various combinations ( eg. `{ "env
-
Updated
Oct 1, 2020 - C#
-
Updated
Oct 12, 2021 - Java
Software versions
- OS: linux
- Consumer Pact library: Pact go v1.5.3
- Provider Pact library: Pact go v1.5.3
- Golang Version: 1.15
Expected behaviour
The pact go library should allow to exactly match multiple occurrences of the same query parameter as it is supported within pact files and by libraries for other platforms as shown e.g. [here](https://docs.pact.io
-
Updated
Oct 11, 2021 - Python
-
Updated
Sep 28, 2021 - Shell
-
Updated
Oct 12, 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
Sep 30, 2021 - C#
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Mar 18, 2021 - Rust
-
Updated
Oct 12, 2021 - TypeScript
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: