-
Updated
Nov 23, 2020 - JavaScript
mocking
Here are 664 public repositories matching this topic...
-
Updated
Nov 21, 2020 - Java
-
Updated
Nov 3, 2020 - PHP
-
Updated
Oct 26, 2020 - Objective-C
-
Updated
Nov 23, 2020 - TypeScript
Hey Guys,
I see an IllegalStateException when running one particular test.
What steps will reproduce the problem?
The following code fails each time it is run
Testcase:
package backend.model.posting
import backend.controller.exceptions.ConflictException
import backend.model.location.Location
import backend.model.user.UserAccount
import org.junit.Before
import org.-
Updated
Oct 25, 2020 - JavaScript
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
-
Updated
Nov 12, 2020 - TypeScript
-
Updated
Nov 23, 2020 - Python
https://github.com/agriffis/vcrpy-unittest adds a VCRTestCase (and a VCRMixin) class. They consists only of 23 lines of code. Please include those two functions in your project to avoid needing to install another package. Those tiny package have a bigger overhead and packaging them for Debian would be rejected due to this reason.
-
Updated
Jul 27, 2020 - Ruby
-
Updated
Sep 5, 2020 - Go
-
Updated
Nov 18, 2020 - JavaScript
-
Updated
Nov 23, 2020 - TypeScript
-
Updated
Nov 20, 2020 - JavaScript
The issue is based on the discussion in #559.
should we probably modify CI so that doc is published automatically on push to master? This way if we don't want doc to be released right now - just keep it in a branch. Otherwise, we have this non-synchronized docs and manual work..
😟
I'm not sure what to do about publishing docs. It would be nice to auto-publish,
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
-
Updated
Oct 4, 2020 - Swift
-
Updated
Oct 22, 2020 - JavaScript
-
Updated
May 19, 2020 - Go
-
Updated
Nov 23, 2020 - C#
-
Updated
Oct 30, 2020 - C#
-
Updated
May 28, 2020 - Shell
-
Updated
Nov 18, 2019 - C#
Improve this page
Add a description, image, and links to the mocking topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mocking topic, visit your repo's landing page and select "manage topics."
Hi,
It seems like the HTTP Assert package does not allow me to specify a body to pass in a POST request for example. Looking at the
HTTPBody()function, the body argument is set tonil:req, err := http.NewRequest(method, url+"?"+values.Encode(), nil)Is this by design, or am I looking at a missing feature?
Cheers,