-
Updated
Nov 23, 2020 - JavaScript
unit-testing
Here are 2,975 public repositories matching this topic...
-
Updated
Nov 1, 2020 - JavaScript
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
Nov 25, 2020 - Python
-
Updated
Oct 20, 2020 - Go
-
Updated
Nov 22, 2020 - Python
-
Updated
Nov 18, 2020 - PHP
-
Updated
Jul 22, 2020 - CMake
-
Updated
Nov 26, 2020 - JavaScript
-
Updated
Nov 23, 2020 - C++
-
Updated
Mar 31, 2020 - JavaScript
-
Updated
Oct 27, 2018 - Go
Hi,
Searched the docs for how to capture output to console.
I am using VSCode and unfortunately currently unable to use the Debug Test
link above test method, receiving an ArgumentException related to OmniSharp. So....I am using dotnet test
When I use ITestOutputHelper to capture output for test debugging purposes I then run tests using dotnet test
. No output is displayed
In the same way that we can do:
DotNetCoreBuild
DotNetCorePublish
etc
Would be good to be able to run DotNetCoreWatch
as a top level task in my Cake Build script.
-
Updated
Nov 23, 2020 - Java
-
Updated
Nov 24, 2020 - C#
-
Updated
Oct 5, 2020 - C#
-
Updated
Nov 26, 2020 - JavaScript
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Nov 25, 2020 - Go
-
Updated
Nov 18, 2020 - Swift
-
Updated
Nov 21, 2020 - PHP
-
Updated
Nov 25, 2020 - JavaScript
We should have more tests for the column profiling functionality.
Today, my project's build failed in CI because of a problem downloading the cuckoo_generator
executable in the run
script. I'm not sure what the actual issue was (there was an issue extracting the URL from the GH API response), but it started working again by itself sometime later, so I'm assuming that it was a GH blip.
I find it a little strange that the SPM installation for Cuckoo depends
-
Updated
Sep 16, 2020 - JavaScript
-
Updated
Jul 23, 2020
Improve this page
Add a description, image, and links to the unit-testing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the unit-testing topic, visit your repo's landing page and select "manage topics."
What did you do?
I tried to call
NSUbiquitousKeyValueStore.url(forKey:)
because I know there is [UserDefault.url(forKey:)](https://developer.apple.com/documentation/foundation/userdefaults/1408648-u