-
Updated
Aug 21, 2020 - JavaScript
unit-testing
Here are 2,784 public repositories matching this topic...
-
Updated
Jun 12, 2020 - JavaScript
The descriptor variable is undefined at this point in the code:
https://github.com/sinonjs/sinon/blob/e684c1ef863abb000b9775c6fcf5b2a79bd02752/lib/sinon/stub.js#L84
Since typeof an undefined variable will be undefined, this part of the logic will always be true and have no effect.
-
Updated
Aug 20, 2020 - Python
-
Updated
Aug 21, 2020 - Go
-
Updated
Aug 17, 2020 - Python
-
Updated
Aug 10, 2020 - PHP
-
Updated
Aug 21, 2020 - JavaScript
-
Updated
Jul 22, 2020 - CMake
-
Updated
Aug 10, 2020 - C++
-
Updated
Mar 31, 2020 - JavaScript
-
Updated
Oct 27, 2018 - Go
This probably concerns Azure DevOps pipeline but only for Core 3.x since I have been successfully using the documentation config for Core 2.x solution.
The problem is with test task configuration for xunit to run tests in the pipeline.
The basic stuff is:
- .NET Core Test task
- Task V2
- Publish test results and code coverage - checked
The documentation says to configure it like tha
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
Aug 21, 2020 - Java
-
Updated
Aug 18, 2020 - C#
-
Updated
Jun 13, 2020 - C#
TypeScript 3.7 · TypeScript https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#assertion-functions
In fast-check fc.pre can be used to stop the execution of a property if some preconditions are not validated.
// v is number | null
fc.pre(v !== null)
// while v cannot be null there, TypeScript stills consider that it can beAs adding thi
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Mar 4, 2020 - PHP
-
Updated
Jul 8, 2020 - Swift
E.g. prefer to write t.is(results.passed, 3, '3 tests passed') instead of t.is(results.passed, 3). This would help to debug situations like airtap/airtap#133 (comment).
-
Updated
Aug 10, 2020 - Go
protocol SomeProtocol {
init<T>(t: T)
}The code generated by the protocol above will have an initializer like below which cause a compiler error.
required init(t: T) {
}It looks like the type placeholder is missing when generating for an initializer.
-
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