-
Updated
Sep 3, 2020 - JavaScript
unit-testing
Here are 2,816 public repositories matching this topic...
-
Updated
Jun 12, 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
Sep 3, 2020 - Python
-
Updated
Aug 30, 2020 - Go
-
Updated
Sep 2, 2020 - Python
-
Updated
Sep 1, 2020 - PHP
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Jul 22, 2020 - CMake
-
Updated
Aug 10, 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
Opencover allows hiding skipped modules by providing a `hideskipped parameter. Would be great to add this.
See https://github.com/OpenCover/opencover/wiki/Usage#console-application-usage for details.
-
Updated
Sep 3, 2020 - Java
-
Updated
Sep 2, 2020 - C#
-
Updated
Aug 31, 2020 - C#
💡 Idea
Today, we do not have a type for WebUrlContraints
. Intead of hardcoding the typings in the function webUrl
itself:
{ authoritySettings?: WebAuthorityConstraints; validSchemes?: string[]; withFragments?: undefined | false | true; withQueryParameters?: undefined | false | true }
We should extract it into a clear type called WebUrlContraints
(see `WebAuthorityConstr
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Sep 1, 2020 - JavaScript
-
Updated
Mar 4, 2020 - PHP
-
Updated
Jul 8, 2020 - Swift
-
Updated
Aug 26, 2020 - JavaScript
-
Updated
Aug 31, 2020 - Go
I have a library that I generate all of my mocks into that is imported in my unit tests. When mocking a protocol, the generated mock object doesn't have an initializer declared. This means is uses the default initializer, which would be fine, except the default init()
method is internal. I can get around this by importing my mock library @testable
, but I'd suggest that protocol mocks for publi
-
Updated
May 17, 2020 - JavaScript
-
Updated
Jul 23, 2020
Rubberduck version information
Version 2.5.0.5524
OS: Microsoft Windows NT 10.0.18362.0, x64
Host Product: Microsoft Office 2016 x64
Host Version: 16.0.5026.1000
Host Executable: EXCEL.EXE
Description
When pressing the tab key after preforming a search in Add/Remove references a "Null Reference" error occurs. Pressing tab in other locations will also cause this error. Also, when
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."
[ ] I've read, understood, and done my best to follow the Contributing guidelines before opening this issue.
This is more like a suggestion, not an issue
What did you do?
Tried to use UIImage rotated(by angle: Measurement) on a round image
What did you expect to happen?
The image to be rotated