-
Updated
Feb 11, 2021 - JavaScript
test-framework
Here are 553 public repositories matching this topic...
-
Updated
Feb 12, 2021 - JavaScript
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Feb 10, 2021 - Objective-C
-
Updated
Feb 8, 2021 - Python
-
Updated
Feb 11, 2021 - Java
-
Updated
Feb 10, 2021 - JavaScript
-
Updated
Feb 12, 2021 - Java
We've had these four methods as far back as NUnit source history goes. The double? overloads are the same as the first two overloads except that they throw InvalidOperationException if you pass null. Since they can't be used to pass null, they don't do anything that the safer double overloads don't do.
Should we obsolete them or fix them? What would fixing them look like?
name-
Updated
Dec 27, 2019 - Python
-
Updated
Feb 9, 2021 - JavaScript
-
Updated
Jan 26, 2021 - PHP
-
Updated
Jan 14, 2021 - PHP
-
Updated
Jan 9, 2021 - C#
-
Updated
Feb 8, 2021 - Python
Issue Classification
- Feature request
Feature Request
Currently, the error messages when a consumer test fails to match the expectations are not very detailled. Many users don't realise they can look in the log to get more detailed errors.
We should improve this behaviour - at a minimum, we could add an error message directing users to the log file.
Ideally, we'd have a d
-
Updated
Oct 1, 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.
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
Feb 4, 2021 - Python
-
Updated
Feb 11, 2021 - C#
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Feb 9, 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 2, 2021 - Rust
-
Updated
Jan 8, 2021 - Python
-
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."
They should take single matcher during construction, and their
matchmethod should take a generic range, using the new generic matcher support.Expected usage:
the matching semantics