-
I often see developers using mocks for entities to simplify their creation for testing.
While this is easy enough it creates a lot of coupling to the implementation details.
I would like to see …
-
### Is this your first time opening an issue?
- [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations)
### Describe the Feature
…
-
Hi, I'm using library for mocking some particular DNS records in test (because in real application real DNS records exist and don't exist in my laptop).
But I stumble upon a problem that mockdns mock…
-
When we initiate a Mocking Server on our e2e, sometimes it is not terminated properly and stays hanging for a couple of minutes.
A workaround has been put in place, but we should investigate the root …
-
We could use mocking IBC functions below to demonstrate IBC working example that comes with some cool example tests.
mock_ibc_channel,
mock_ibc_packet_recv
mock_ibc_channel_connect_ack,
mock_ib…
-
It would be cool if it was possible to use mock with `async: true` in tests. [Mox](https://hexdocs.pm/mox/Mox.html) supports this.
-
I recently came across the [mockito](https://mockito-python.readthedocs.io/en/latest/) library for creating mocks as part of tests. We use quite a lot of mocks, and the way we create them (using the b…
-
I really like the change to recommend msw as the way to mock api requests however with nextjs there are some conventions that nextjs picks up on to make things happen server side. This is done by look…
-
I have read the whole handbook. It is great, I appreciate it 👍
However, IMO it lacks information about mocking HTTP services. Currently, I noticed that you only describe how to mock the whole `ax…
-
I have branching logic based on whether or not stdout is TTY or not. I've been looking around for any information about how to do this. I'm probably going to end up doing this in stdout-stderr by expl…