-
Updated
Oct 23, 2020 - JavaScript
tdd
Here are 3,668 public repositories matching this topic...
-
Updated
Oct 20, 2020 - JavaScript
We currently use 0.9.7.0, the current version is 0.9.9.0. We should update and check that nothing breaks before merging.
@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
Oct 8, 2020 - JavaScript
Is your feature request related to a problem? Please describe.
Reading through what a fake can and can not do is not clear from the documentation.
Describe the solution you'd like
Exact methods that are available to a Fake need to be documented.
First of all thank you for Sinon, I believe the library is powerful and has helped me write a lot of tests. What I'm requesting here is
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Sep 25, 2020 - C#
-
Updated
Oct 23, 2020 - Go
-
Updated
Oct 14, 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.
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
Oct 25, 2020 - C#
If I create a test using a testcase source with a name "{m} (unique attribute)" and pass that test in through -testlist argument the test will not be discovered. If there is no space "{m}(unique attribute)" this works fine. The problem is in the TextRunner.MakeRunSetting when its building the prefilter list from the test list it is not trimming the sub string so the parent of the tests are not bei
-
Updated
Oct 29, 2019 - JavaScript
-
Updated
Oct 14, 2020 - Python
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
Jan 9, 2020 - Java
-
Updated
Oct 13, 2020 - Python
-
Updated
Oct 15, 2020 - Python
fast-check is a very nice library. It would be even better if we could use it with Facebook's ReasonML instead of Typescript!
It might be possible to use https://github.com/rrdelaney/ReasonablyTyped to make the conversion easier.
kotlin linting
Hi, when implementing http4k/http4k#435 I noticed the codebase does not have a linter set up - e.g. some files end with new lines and some don't.
I am not sure whether this is desired, I would be happy to participate if wanted.
-
Updated
Oct 19, 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
Feb 19, 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: