The Wayback Machine - https://web.archive.org/web/20210415132833/https://github.com/topics/unit-testing
Skip to content
#

unit-testing

Here are 3,283 public repositories matching this topic...

SwifterSwift
TheStalwart
TheStalwart commented Mar 11, 2021

🚀
Is your feature request related to a problem? Please describe.
Doc string states:
Date().weekday -> 5 // fifth day in the current week.
Guess what, 5 is not friday. It's thursday. It makes some sense after i dug deeper, but as a programmer, i assumed monday could be 0 or 1, therefore thursday should be 3 or 4. Monday is 2! Because sunday is 1!

**Describe the solution you'd li

sinon
cake
augustoproiete
augustoproiete commented Mar 16, 2021

The example in the documentation ( https://cakebuild.net/api/Cake.Common.Tools.GitVersion/GitVersionAliases/ ) uses GitVersion.CommandLine which is a Windows-only tool.

GitVersion.Tool is a cross-platform .NET tool that can be consumed via the dotnet scheme in Cake >= 1.1

#tool "dotnet:?package=GitVersion.Tool&version=5.6.6"
jchitel
jchitel commented Sep 15, 2020

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

IvenBach
IvenBach commented Nov 17, 2020

Justification
When first loading RD CodeExplorer displays all nodes as expanded to show contents. If you have other projects (Personal Macro Workbook (PMW), Excel add ins (*.xlam), etc...) they can obscure the project you want to work on.

Description
Add ability to expand/collapse all project nodes to quickly find project you wish to work with.

Where to get started
TestExplore

Improve this page

Add a description, image, and links to the unit-testing topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more