-
Updated
Apr 7, 2021 - JavaScript
tdd
Here are 4,164 public repositories matching this topic...
-
Updated
Apr 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
Apr 10, 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
Apr 6, 2021 - JavaScript
-
Updated
Mar 29, 2021 - C#
-
Updated
Mar 25, 2021 - Go
-
Updated
Apr 6, 2021 - C++
Let's add MinVer and on successful builds generate a release.
The command exist test always returns true regardless of if the command is invalid.
Describe the problem
On Windows, we want to test if a command/cmdlet exists before running it. However, the 'command().exist?‘ test always returns true no matter what command t
-
Updated
Mar 17, 2021 - Java
-
Updated
Apr 10, 2021 - C#
-
Updated
Apr 10, 2021 - TypeScript
For the longest time I was able to access the pry console while running tests using :TestNearest, but it hasn't been working of late. I am able to run tests using :TestNearest and the other vim-test commands. My issue is that if I throw in a binding.pry in the test, I don't see the pry console open up anymore in the test window. That used to work before, and I can't figure out why. I'm
Jest on windows
I believe a couple Warn.If overloads have incorrect summary comments.
https://github.com/nunit/nunit/blob/master/src/NUnitFramework/framework/Warn.cs#L335
https://github.com/nunit/nunit/blob/master/src/NUnitFramework/framework/Warn.cs#L335
The summary comments on those overloads read:
Asserts that a condition is true. If the condition is false, a warning is issued.
However, the
-
Updated
Feb 7, 2021 - Python
-
Updated
Oct 29, 2019 - JavaScript
-
Updated
Apr 8, 2021 - Python
-
Updated
Jan 17, 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
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
Dec 11, 2020 - PHP
-
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: