-
Updated
Aug 17, 2020 - JavaScript
tdd
Here are 3,475 public repositories matching this topic...
-
Updated
Aug 16, 2020 - JavaScript
-
Updated
Aug 3, 2020 - JavaScript
@benoittgt very kindly submitted a PR to fix some spacing issues in the markdown using gofmtmd.
It should be possible to automate this as part of the build script
-
Updated
Aug 17, 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
Jul 17, 2020 - JavaScript
-
Updated
Jun 26, 2020 - C#
-
Updated
Jul 26, 2020 - Go
-
Updated
Aug 10, 2020 - C++
It would be nice to start building Pester on PowerShell 7 as well to see if it is compatible and keep it that way. To achieve that we need to research on which build servers v7 is already available. Right now we are building on TravisCI (Linux and MacOS), on AppVeyor (PowerShell 4+) and AzureDevOps (PowerShell 2&3).
Not sure if the build task needs to run on all three platforms, but it would be
Let's add MinVer and on successful builds generate a release.
The postgres_session resource needs to allow the user to pass a port for the target db as we do for host and db_name etc
When running build.ps1 -t Test, the following output describes the failing tests:
- Failed : NUnit.Framework.Api.FrameworkControllerTests.ExploreTestsAction_FileNotFound_ReturnsNonRunnableSuite
Expected: String containing "The system cannot find the file specified."
But was: "Le fichier sp├®cifi├® est introuvable. (Exception from HRESULT: 0x80070002)"
at NUnit.Framework.Api.Framew
-
Updated
Oct 29, 2019 - JavaScript
-
Updated
Aug 17, 2020 - C#
-
Updated
Nov 25, 2019 - Python
-
Updated
Jun 1, 2020 - Python
-
Updated
Jan 9, 2020 - Java
Neovim terminal mode
Hi,
When I run my tests using the neovim strategy, it opens a new terminal but auto focus on the buffer. Then I have to press <C-o> to not close the buffer and go back to my split pane.
Is there a way to have it open but not switch my focus to the newly opened pane automatically?
-
Updated
Aug 10, 2020 - Python
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
The OpenApi specification allows top-level servers object to be specified:
Field Name Type Description servers [Server Object] An array of Server Objects, which provide connectivity information to a target server. If the servers
Date API Proposal
Feature Request
Description:
API for Date matchers. Some matchers are inspired by Jasmine Matchers.
Possible solution:
Jasmine-like matchers:
expect(date).toBeDate(); // Matcher added
expect(date).toBeValidDate(); // Matcher added
expect(date).toBeAfter(otherDate); // Matcher added
expect(date).toBeBefore(otherDa-
Updated
May 29, 2020 - PHP
-
Updated
Jul 23, 2020
-
Updated
Feb 19, 2020
Improve this page
Add a description, image, and links to the tdd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tdd topic, visit your repo's landing page and select "manage topics."
Describe the bug
When
TEMPLATE_LIST_TEST_CASEandTEMPLATE_LIST_TEST_CASE_METHODwere added, the corresponding versions with theCATCH_prefix were missed.Expected behavior
CATCH_TEMPLATE_LIST_TEST_CASEandCATCH_TEMPLATE_LIST_TEST_CASE_METHODshould be available.Additional context
The commit that added
TEMPLATE_LIST_TEST_CASEand `TEMPLATE_LIST_TEST_CASE_MET