Skip to content
#

test-driven-development

Here are 1,322 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

Ruzeb
Ruzeb commented Feb 18, 2022

The xterm terminal does not fit to the parent container on load because of the hidden prop used in the tab component for the terminal which initializes the parent component with a width and height of 0, therefore fitaddon does not initialize according to the bounds and only works when switching back and forth to the terminal.

bug help wanted good first issue
nehagup
nehagup commented Feb 27, 2022

Is there an existing feature request for this?

  • I have searched the existing issues

Summary

Add 3 different modes of Keploy SDK in the readme.

Record: Sets to record mode.
Test: Sets to test mode.
Off: Turns off all the functionality provided by the API

Note: KEPLOY_MODE value is case sensitive.

Take inspiration from https://github.com/keploy/go-sdk#configure

Why

documentation 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