-
Had a question; in order to use this mock do I need to have a local instance running? Tried using just the lib itself but I kept getting a `ECONNREFUSED` error š
-
PostMaster currently supports 2.7 but an effort should take place to support both 2.7 and 3.5
-
As a beginner in Rust, I'm wondering why there is no `self` parameter in soroban smart contract functions. Is it because a smart contract struct has no state apart from what is in storage and thereforā¦
-
Mocking free functions is useful when calling into C APIs or simply non-member C++ functions. I've hacked together an example that might be useful for others, or for inclusion in the library. Probabā¦
-
"Unable to find a version of 'Moq' that is compatible with 'structuremap.automocking.moq 4.0.0.315 constraint: Moq (= 4.0.10827)'."
-
See https://github.com/oasisprotocol/oasis-wallet-web/runs/6108972874?check_suite_focus=true#step:6:22
By logging requests in node_modules/@oasisprotocol/client/dist/client.js, I get the following ā¦
-
The current mocking library we use in this repo, [golang/mock](https://github.com/golang/mock), has been archived as of June 27, 2023. Following the notice in the repository, I suggest switching to [gā¦
-
@avanderhoorn mentioned that it would be useful to have some tests for Glimpse. I think it would be useful to discuss what exactly we want to test, and how we want to test it.
Which parts of the sysā¦
-
Hi,
given this method of a class under test:
```
public function run(array $items)
{
foreach ($items as $item) {
try {
$this->doSomethingThatCouldThrowAnyException($itā¦
-
Hi, users are unable to run **_mozilla-taarlite_** due to dependency conflict with _**boto3**_ package. As shown in the following full dependency graph of **_mozilla-taarlite_**, **_mozilla-taarlite_*ā¦