-
Updated
Mar 6, 2021 - JavaScript
unit-testing
Here are 3,180 public repositories matching this topic...
-
Updated
Jan 12, 2021 - JavaScript
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 6, 2021 - Python
-
Updated
Mar 5, 2021 - Go
-
Updated
Mar 4, 2021 - Python
-
Updated
Jan 17, 2021 - CMake
-
Updated
Mar 4, 2021 - PHP
-
Updated
Feb 27, 2021 - JavaScript
-
Updated
Mar 5, 2021 - C++
-
Updated
Mar 31, 2020 - JavaScript
When running a DotNetCore command or tool via Cake, we can control the roll forward policy by setting an environment variable DOTNET_ROLL_FORWARD in the [tool's settings](https://github.com/cake-build/cake/blob/8bc15841e97944291946a89f335562244965247e/src/Cake.Common/Tools/DotNetCore/DotNet
-
Updated
Oct 27, 2018 - Go
Xunit.Sdk.TraitHelper.GetTraits creates a new instance of Xunit.Sdk.NullMessageSink, a type that does not override Equals. That instance is later used as a part of the key for caching instance inside Xunit.Sdk.ExtensibilityPointFactory, resulting in caching not working for such calls at all.
-
Updated
Mar 5, 2021 - Java
-
Updated
Mar 6, 2021 - C#
-
Updated
Mar 5, 2021 - TypeScript
-
Updated
Feb 15, 2021 - C#
-
Updated
Mar 5, 2021 - JavaScript
-
Updated
Feb 12, 2021 - Go
-
Updated
Mar 1, 2021 - JavaScript
We should have more tests for the column profiling functionality.
-
Updated
Feb 23, 2021 - Swift
-
Updated
Jan 14, 2021 - PHP
-
Updated
Mar 1, 2021 - JavaScript
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
Jul 23, 2020
Rubberduck version information
Version 2.5.1.5557
OS: Microsoft Windows NT 10.0.14393.0, x64
Host Product: Microsoft Outlook x86
Host Version: 16.0.4266.1001
Host Executable: OUTLOOK.EXE
Description
The event procedures _Itemadd on some collections are marked as "Procedure not used"
To Reproduce
declare
Private WithEvents colCeka As Items
Private WithEvents colDraft
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."
Is your feature request related to a problem? Please describe.
CI workflow still uses Xcode 11.7 https://github.com/SwifterSwift/SwifterSwift/blob/master/.github/workflows/CI.yml
Describe the solution you'd like
We should update both CI to use the latest available Xcode.
Together all project things that needs updating also.
Describe alternatives you've considered
A clear and