-
Updated
Oct 30, 2020 - JavaScript
test-framework
Here are 543 public repositories matching this topic...
-
Updated
Oct 28, 2020 - JavaScript
-
Updated
Oct 30, 2020 - JavaScript
-
Updated
Oct 29, 2020 - Objective-C
-
Updated
Oct 13, 2020 - Python
-
Updated
Oct 29, 2020 - Java
-
Updated
Oct 30, 2020 - JavaScript
-
Updated
Oct 21, 2020 - Java
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
-
Updated
Dec 27, 2019 - Python
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Oct 21, 2020 - PHP
-
Updated
Oct 30, 2020 - PHP
-
Updated
Jun 14, 2020 - C#
-
Updated
Sep 27, 2020 - Python
In a pact-node consumer test, I have -
describe('edit a policy', () => {
const REQUEST_BODY = {
name: 'account-holder',
version: '2020-07-10T01:22:09.488Z',
};
const RESPONSE_BODY = {
name: Matchers.like('account-holder'),
version: Matchers.ISO8601_DATETIME_WITH_MILLIS_FORMAT,
additionalAttributes: Matchers.like({}),
};
beforeEach(
-
Updated
Oct 1, 2020 - C#
Hi,
Currently I am using spring boot version 2.1.6 and chaos monkey version 2.1.1
I have a final class with @component annotation, unfortunately it is imported from a third party library and thus cannot be made "non-final".
The issue I am facing is as follows:
When I start my application the SpringComponentAspect tries to do a pointcut on all the classes in my application that ha
Drop 1.5.x support
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
Oct 26, 2020 - Python
-
Updated
Oct 23, 2020 - C#
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Oct 30, 2020 - 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
Oct 25, 2020 - Rust
-
Updated
Aug 5, 2020 - 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."


Currently the "introduced in version xyz" documentation placeholder uses format "... in Catch X.Y.Z". It should use "Catch2" instead, because that is the name of the project, and we should keep our documentation consistent.
Changes needed;
tools/scripts/releaseCommon.pyto look for, and write out, new placeholderdocs/contributing.mdto mention the new plac