Skip to content
#

test-framework

Here are 591 public repositories matching this topic...

mikkelbu
mikkelbu commented Apr 23, 2019

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

bethesque
bethesque commented Jul 22, 2021

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

dotnet-testcontainers
HofmeisterAn
HofmeisterAn commented Feb 14, 2022

Is your feature request related to a problem? Please describe.
The different builders:

  • IImageFromDockerfileBuilder
  • ITestcontainersBuilder
  • ITestcontainersNetworkBuilder
  • ITestcontainersVolumeBuilder

share some basic configuration methods like WithCleanUp, WithLabel, WithResourceReaperSessionId.

Describe the solution you'd like
Move the impl

enhancement good first issue
tomato42
tomato42 commented Oct 26, 2020

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

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the test-framework topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more