-
Updated
Feb 7, 2022 - JavaScript
test-framework
Here are 586 public repositories matching this topic...
-
Updated
Feb 6, 2022 - JavaScript
-
Updated
Feb 7, 2022 - JavaScript
-
Updated
Jan 25, 2022 - HTML
-
Updated
Feb 3, 2022 - Objective-C
-
Updated
Feb 6, 2022 - Java
-
Updated
Feb 2, 2022 - JavaScript
-
Updated
Feb 7, 2022 - Java
This is a corner case that I only ran into in due to work on the analyzers in nunit/nunit.analyzers#54, and my guess is that very few will run into this problem. Nevertheless, I think we could improve the error message, and fix seems simple and safe.
Given a generic test method with no parameters we get a failure that is difficult to interpret for the users (see last example below for more deta
-
Updated
Dec 27, 2019 - Python
-
Updated
Jan 21, 2022 - JavaScript
-
Updated
Feb 3, 2022 - PHP
-
Updated
Jan 29, 2022 - C#
-
Updated
Oct 22, 2021 - PHP
-
Updated
Jan 18, 2022 - 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
Feb 4, 2022 - Java
-
Updated
Feb 5, 2022 - C#
Version 1.6.7 has two CVEs related to the dependencies github.com/gin-gonic/gin v1.7.2 (vulnerability) and gopkg.in/yaml.v2 v2.2.2 (vulnerability) that could be fixed by bumping the dependencies to the latest version.
-
Updated
Feb 7, 2022 - Python
-
Updated
Jan 13, 2022 - Shell
-
Updated
Feb 4, 2022 - C#
-
Updated
Feb 7, 2022 - 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
Feb 6, 2022 - 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."
Describe the bug
When compiler flags are such that __FILE__ macro is replaced with a relative file path (on MSVC no /Z7, /Zi or /ZI and no /FC) then it might be replaced with just a filename with no path separators. In this case tags for tests with --filenames-as-tags do not contain '#' symbol.
The bug is present in the 2.x branch, but not in the main branch where the relevant code has