The Wayback Machine - https://web.archive.org/web/20220605125828/https://github.com/topics/test-driven-development
Skip to content
#

test-driven-development

Here are 1,337 public repositories matching this topic...

sinon
lepinkainen
lepinkainen commented Jun 21, 2020

I have two setups, in one the -parallel option works just fine in vscode - it generates parallel test cases as it should. In the other it doesn't do anything (not reporting errors in custom flags is a problem in the vscode go plugin, which is not the issue here).

Both were installed with go get -u github.com/cweill/gotests/... when in the $HOME directory within 15 minutes of each other.

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

re-Tick
re-Tick commented May 27, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

When I do testrun for a testcase with noise header fields, It is failing because it is not ignoring the header fields while comparing.

Steps to reproduce

  1. Capture a testcase with noise header fields.
  2. Run a test.

Environment

No response

Version

Local

bug good first issue

Improve this page

Add a description, image, and links to the test-driven-development 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-driven-development topic, visit your repo's landing page and select "manage topics."

Learn more