test-driven-development
Here are 1,052 public repositories matching this topic...
-
Updated
Jan 4, 2021 - Java
Is your feature request related to a problem? Please describe.
Reading through what a fake can and can not do is not clear from the documentation.
Describe the solution you'd like
Exact methods that are available to a Fake need to be documented.
First of all thank you for Sinon, I believe the library is powerful and has helped me write a lot of tests. What I'm requesting here is
-
Updated
Dec 15, 2020 - C#
-
Updated
Nov 7, 2020 - 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.
We've had these four methods as far back as NUnit source history goes. The double? overloads are the same as the first two overloads except that they throw InvalidOperationException if you pass null. Since they can't be used to pass null, they don't do anything that the safer double overloads don't do.
Should we obsolete them or fix them? What would fixing them look like?
name-
Updated
Oct 14, 2020 - Python
-
Updated
Dec 11, 2020 - PHP
Summary
The documentation "activate_announcer_on_command_failure" is not helpful for users as it misses information a
-
Updated
Dec 29, 2020 - C++
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 14, 2020 - Python
-
Updated
Jun 23, 2018 - Kotlin
-
Updated
Feb 29, 2020 - Dart
-
Updated
Dec 22, 2020 - Java
-
Updated
Dec 31, 2020 - C#
-
Updated
Mar 25, 2020
-
Updated
Apr 3, 2020 - C++
-
Updated
Dec 25, 2020 - Groovy
-
Updated
Nov 26, 2020 - Java
-
Updated
Dec 31, 2020 - Scala
-
Updated
Aug 12, 2020 - JavaScript
-
Updated
Jan 3, 2021 - Go
-
Updated
Dec 30, 2020 - Python
-
Updated
Jan 3, 2021 - Java
-
Updated
Dec 10, 2020 - JavaScript
-
Updated
Sep 11, 2020 - Shell
-
Updated
Dec 21, 2020 - 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