-
Hi,
I've made some examples that fake unix functions successfully (i.e. socket, close or pipe). However, when I try to fake the read() and write() functions included in , the fake functions are never…
-
### Clear and concise description of the problem
When using the package, even if you only ever needed 1 specific function you have to import the entire thing into your project in order to use it, w…
-
Library charts don't generate any input, so it is not possible to unittest them directly. Library charts can only be tested on a fake chart that uses the library chart as a dependency.
This project…
-
For example, if I have a protocol that looks like:
``` swift
public protocol Archiver {
func zipIntoArchive(destinationArchiveURL: NSURL, _ inputPaths: [String]) -> SignalProducer
func unzipA…
-
Tidyverse functions generally take the data argument first, making it easier to use the `%>%` operator. For example:
```
dec13_excerpt % mutate(fake_weight = coalesce(llweight, cellweight))
get_t…
-
In c++ project is it possible to used mocked and non-mocked headers?
I have two test suites which overlap.
Test Suite 1
Mock: drivers.h
pump_calc.h
Tes…
-
Adding the possibility to a spotlight project an image, the feature is on Unity, Godot.
The image could be put either by Drag & Drop or via Script (both C# or C++).
_Godot's feature reference:_
…
-
This test was disabled as part of the ESM refactor:
https://github.com/terascope/teraslice/blob/master/packages/scripts/test/images-spec.ts#L36
It should be re-enabled or re-implemented in a way…
-
# Problem
We allow custom resolve functions only so that we can use fake hosts in the tests of the form 'VA', 'SB', 'PX' standing for Validator, A Stakeholder B and Participant X. We shouldn't b…
-
Doxygen 1.12 seems to have changed behavior with related functions (using `\relates`). Previously, the function was listed as a member of the class it relates to, only. It is now listed both as a memb…