-
Updated
Feb 17, 2021 - JavaScript
unit-testing
Here are 3,128 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
Feb 18, 2021 - Python
-
Updated
Jan 22, 2021 - Go
-
Updated
Feb 16, 2021 - Python
-
Updated
Jan 17, 2021 - CMake
-
Updated
Feb 10, 2021 - PHP
-
Updated
Feb 15, 2021 - JavaScript
-
Updated
Feb 18, 2021 - C++
-
Updated
Mar 31, 2020 - JavaScript
-
Updated
Oct 27, 2018 - Go
Supported with 4.8.5
- Badges
- Clover
- Cobertura
- CsvSummary
- Html
- HtmlChart
- HtmlInline
- HtmlInline_AzurePipelines
- HtmlInline_AzurePipelines_Dark
- HtmlSummary, JsonSummary
- Latex, LatexSummary
- lcov
- MHtml
- PngC
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
Feb 16, 2021 - Java
-
Updated
Feb 14, 2021 - C#
-
Updated
Feb 17, 2021 - TypeScript
-
Updated
Feb 15, 2021 - C#
-
Updated
Feb 18, 2021 - JavaScript
-
Updated
Feb 12, 2021 - Go
-
Updated
Jan 5, 2021 - JavaScript
We should have more tests for the column profiling functionality.
-
Updated
Feb 16, 2021 - Swift
-
Updated
Jan 14, 2021 - PHP
-
Updated
Feb 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
-
Updated
Sep 16, 2020 - JavaScript
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