-
Updated
Mar 6, 2021 - JavaScript
tdd
Here are 4,061 public repositories matching this topic...
-
Updated
Mar 6, 2021 - 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
Description
I have a hardware abstraction layer interface, as well as a driver interface. I have multiple drivers utilizing the HAL interface, while implementing the driver interface. This plugin approach causes me to have identically named tests across multiple test files.
For example:
TEST_CASE("init() returns `E_HAL_INIT`, when HardwareAbstractionLayer::init() returns an er-
Updated
Mar 5, 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 3, 2021 - JavaScript
-
Updated
Feb 25, 2021 - C#
-
Updated
Feb 27, 2021 - Go
-
Updated
Mar 5, 2021 - C++
Let's add MinVer and on successful builds generate a release.
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
Describe the problem
when executing an inspec profile from a remote repository with a default branch not named master the following error is returned.
inspec exec https://github.com/org/profile.git
Profile git dependency failed - unable to resolve ma
-
Updated
Dec 10, 2020 - Java
-
Updated
Mar 6, 2021 - C#
-
Updated
Mar 5, 2021 - TypeScript
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
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
Feb 7, 2021 - Python
-
Updated
Oct 29, 2019 - JavaScript
-
Updated
Jan 17, 2021 - Python
-
Updated
Mar 6, 2021 - Python
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
-
Updated
Dec 11, 2020 - PHP
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
Nov 30, 2020
-
Updated
Jul 23, 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."
Are you creating an issue in the correct repository?
here: https://github.com/jasmine/jasmine.github.io
If you are using a test runner that wraps Jasmine, consider filing an issue with that library if appropriate: