-
AS AN Architect
I WANT TO have a Ruuter DSL template for TARA authentication
SO THAT we wouldn't have duplicate developments for it
### Acceptance Criteria
- [ ] Based on https://github.com/bu…
-
**Is your feature request related to a problem? Please describe.**
I would find it incredibly useful to be able to intercept and mock responses for API calls. When some components rely on external da…
-
I have a promise chain that calls two different aws functions sequentially:
```
var dynamo = new AWS.DynamoDB.DocumentClient();
dynamo.get(params).promise()
.then((data) => {
...
return dy…
-
{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…
-
### Willingness to contribute
Yes. I can contribute for this issue independently.
### Non-technical Request Proposal
PRODUCT_RECOMMENDATION_USER_OBSERVATION_URL = "https://azurefeathrstorage.blob.c…
-
## Status
_Update each sprint until completed_
| Date | Status | Launch Date (see above) | Notes |
| ----- | ------ | ------------------------- | ------ |
| 11/20/24 | in-progress | on-track | enter b…
-
I am trying to test an express API.
Upon calling one of the endpoints, the API calls the function `loadFromFS`. I'd like to mock its return value.
The files are as follows:
```
// server.js:
co…
yuv-c updated
2 years ago
-
### 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…
-
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 …