-
aiohttp.test_utils.make_mocked_coro() basically does what mock.AsyncMock() does and is not relevant today.
We should remove it, but there are still a lot of references to it in the tests, so will r…
-
### Which Cloudflare product(s) does this pertain to?
Workers Vitest Integration
### What version(s) of the tool(s) are you using?
3.78.10 [Wrangler], 2.0.5 [Vitest], 0.5.10 [vitest-pool-work…
-
### Acceptance Criteria
Need an endpoint that serves the list of products that are available in the mock data.
Need an endpoint that queries for a single product and returns the information for that…
-
### Short description of the problem
The new `--scrub-all-chroots` needs to be smarter with regards to user configs.
### Output of `rpm -q mock`
mock-5.7-1.fc39.noarch
### Steps to reprodu…
-
### Description
I am struggling to find a way to combine the modern Redis v4 client with the jest test framework.
This is my production code:
```
import redis from 'redis';
import config from…
-
I created a very simple repo to explain this issue / confusion I have with the **treat_as** configuration parameter. Please see the link below:
https://github.com/Jakebluhm/cmock-issue/
I have o…
-
A simple change in colors to improve readability of long range charts. I made a mock-up:
![weekends-highlight-1](https://github.com/user-attachments/assets/90be924d-86d8-451d-909b-93cc46b007b2)
-
To run mock signing/mock mining 2.0 in Epoch 2.5, a mining_key MUST be set.
e.g.
[miner]
#pre_nakamoto_mock_signing = true
min_tx_fee = 1
first_attempt_time_ms = 5
#subsequent_attempt_time_ms…
-
**Descrição**
Precisamos remover todos campos/componentes, em que estão com dados fixos ou mocados, como os campos: Hora que a data foi publicada, Tags e filtros.
**Critérios de Aceite**
1. Não pode…
-
Not sure if this is part of the intended purpose of mocks or not, but I'm attempting to mock the `File` class and I get the following error:
```
...
> 38 | # Attempt to find a stub that …