-
As a result of ongoing complexities around testing, some discussion and thought needs to go into the testing approach. This should be an approach that is shared across apps, but initially the focus is…
-
{Testthat} now also includes the possibility to mock functions via `with_mocking_bindings`/`local_mocking_bindings`.
This doesn't work with {shinytest2} when trying to setup a mock before calling `A…
-
### Subject
[Flow] for any util, flow Makefile, or flow script issues.
### Describe the bug
make clean_all for any design that uses BLOCKS (e.g. mock-array) doesn't clean the results/logs/objects f…
-
### What problem does your feature solve?
Mock-based tests can be quite fragile and difficult to maintain. e.g. making a change, and having to update mocks in lots of unrelated tests.
Stubs can he…
-
We are trying to migrate our application from the Itextpdf to Openpdf and we are finding problems with openpdf registering the font and styles we were already using.
It does not apply them correctl…
-
I'm currently facing challenges in unit testing my authentication functions that utilize the AWS Amplify library, specifically regarding the AWSCognitoAuthSession class. The issue arises because this …
-
## Bug Description
An error was reported with the following stacktrace:
```
generator didn't stop after athrow()
File \"/app/connectors/es/sink.py\", line 365, in run
await self.get_docs(ge…
-
I am using document db with node.js and working on unit tests the "get" request.
I have mocked the data using mongo-mock (version 4.0.0). Added a jest unit test for the "get" request in node.js.
I…
-
When I start my app using data-mocks for mocking e.g. my login service and I try to upload a file to my backend which is not mocked / passed-through, I got a 400 error telling me the request param is …
-
According to https://requests-mock.readthedocs.io/en/latest/history.html entries in the request history have an attribute:
> text: The data of the request converted into a unicode string.
When req…