test-driven-development
Here are 1,103 public repositories matching this topic...
-
Updated
Apr 12, 2021 - Java
Is your feature request related to a problem? Please describe.
If you want to use sinon with mocha, you shouldn't forget to restore the sinon sandbox after each test. This is documented here in general setup.
Since version 7.2, mocha supports root hooks. It is a way to export mocha root hooks (beforeEach, afterEach etc) fr
-
Updated
Mar 29, 2021 - C#
-
Updated
Apr 10, 2021 - PHP
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.
I believe a couple Warn.If overloads have incorrect summary comments.
https://github.com/nunit/nunit/blob/master/src/NUnitFramework/framework/Warn.cs#L335
https://github.com/nunit/nunit/blob/master/src/NUnitFramework/framework/Warn.cs#L335
The summary comments on those overloads read:
Asserts that a condition is true. If the condition is false, a warning is issued.
However, the
-
Updated
Feb 7, 2021 - Python
-
Updated
Dec 11, 2020 - PHP
-
Updated
Mar 7, 2021 - C++
Summary
The documentation "activate_announcer_on_command_failure" is not helpful for users as it misses information a
-
Updated
Mar 10, 2021 - JavaScript
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Apr 3, 2021 - Python
-
Updated
Jun 23, 2018 - Kotlin
-
Updated
Mar 31, 2021 - Shell
-
Updated
Feb 29, 2020 - Dart
-
Updated
Apr 12, 2021 - Java
-
Updated
Apr 3, 2021 - C#
-
Updated
Mar 25, 2020
-
Updated
Jan 7, 2021 - Go
-
Updated
Apr 3, 2020 - C++
-
Updated
Dec 25, 2020 - Groovy
-
Updated
Apr 7, 2021 - Scala
-
Updated
Mar 28, 2021 - Java
-
Updated
Aug 12, 2020 - JavaScript
-
Updated
Apr 8, 2021 - Python
-
Updated
Apr 10, 2021 - Java
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Mar 23, 2021 - Java
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.
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."
@benoittgt very kindly submitted a PR to fix some spacing issues in the markdown using gofmtmd.
It should be possible to automate this as part of the build script