-
In case the script uses commands that are not installed on the system that the tests are run.
``` yaml
dependencies:
# this can be install here: asdf.com
- gcsfuse
protocols:
…
-
In an effort of having fully documented code, we need the way we add custom hints (mocking calls, skipping instructions, expecting revert) to be documented.
In src/cli/commands/test, please procee…
Eikix updated
1 month ago
-
**Is your feature request related to a problem? Please describe.**
Currently the mocking tool doesn't support stubbing getter/setter properties. It only allows stubbing functions. Other mocking too…
-
Hi, for testing purpose i need to inject/retrieve viewmodels inside composable functions using interfaces rather that concrete classes (Koin for DI).
For mocking i use MocKMP, actually the only mocki…
-
Hi,
first of all, we this crate extensively, it makes testing and mocking easy and accessible. Thanks for that!
We now hit one limitation though: `const generics` are not yet supported as the macr…
-
We are looking for a model or a functionality of Ollama that allows us to mock requests and responses without changing the Ollama binary. Basically we want to define a map of requests to responses, e.…
-
[Records](https://openjdk.org/jeps/395) are _typically_ used as simple wrappers of data without any methods or complex behavior requiring external dependencies or expensive IO operations. As such, the…
-
### Expected Behavior
Mocking `external` methods and variables works
### Current Behavior
Trying to mock `external` method or variable causes `UnsatisifiedLinkError` being thrown.
### Fai…
-
Is there any way to mock rejson in a mocked Redis server in golang?
I am able to mock a Redis server using something like this using [miniredis](https://github.com/alicebob/miniredis) and [redismoc…
-
- https://github.com/Hyeeeein/TDD_Jest_TS/blob/9492ec0aedaf041d746fa56cf55e1bd1dc81f856/src/request/test/request.test.ts#L44-L47 위 와같은 코드도 함수 결과 데이터 mocking 한게 중복되므로 별도 변수로 빼서 테스트 변경시 변경점을 한곳으로 적용하는게 …