-
**Describe the bug**
I have two functions: foobar_testcli() and foobar_testcli_reset() in my foobar.h
fff will generate below fake functions:
DECLARE_FAKE_VALUE_FUNC3(int, foobar_testcli, foo_inf…
davix updated
5 years ago
-
I just wrote a little snippet measuring actual frequency of CPU core performing this code: https://encode.su/threads/3389-Code-snippet-to-compute-CPU-frequency
Please consider using it to correctly…
-
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…
-
**Describe the bug**
A clear and concise description of what the bug is.
When reuse a fake across multiple test-suites, Functions with parameters faked as the instruction described, but the callcoun…
-
### Bug description
The bug was discovered and discussed in #645
GETTSIM returns something like
```python
{'ges_rente_arbeitsl_vorzeitig': array(60.)}
```
instead of
```python
{'ges_r…
-
[pycparser](https://github.com/eliben/pycparser) kan met een beetje "masseren" de C opdrachten parsen. Onderstaande vind de main functie in een C bestand.
```Py
import check50.internal
from pycpa…
-
For example, if I have a protocol that looks like:
``` swift
public protocol Archiver {
func zipIntoArchive(destinationArchiveURL: NSURL, _ inputPaths: [String]) -> SignalProducer
func unzipA…
-
### 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…
-
It is currently not possible to access the `frechetCorrelationESS` function directly, adding `export(frechetCorrelationESS)` to the namespace file fixes this (Same for `approximateESS` etc.), would be…
-
### Is your enhancement related to a problem? Please describe.
Currently, /* plpgsql-language-server:disable */ is supported to disable extension processing for entire file.
Would it be possible…