-
# Design updates
## Feature requirements
Page layout:
- [ ] Page h1 heading - "Apply to programs in one place" + subtitle
- [ ] Common intake program - (displays above applications if not started…
-
#### Describe the solution presented in this issue.
Style the page header. This is partially completed, but there are two differences with the mocks. We need to style the “logged in as” text (moc…
-
Hello,
I tried using the IgnoreArg functionality of CMock, but it doesn't seem to work. The mocks for ignore_arg are not being generated.
The other plugins seem to work just fine for me.
My…
vmpxc updated
1 month ago
-
This package makes mocking on a spec by spec significantly easier. However sometimes I would like to mock a client with a default behavior across many packages; for example, mocking STS' GetCallerIden…
-
Hello 👋,
First of all, I would like to say thank you for writing **and** open-sourcing such an amazing plugin; I am so glad to have come across this library, because in our organization we are find…
-
**Acceptance criteria**
Add a weekly CI job that:
1. Re-generates all of the mocks with `just gen-data -f`
2. Runs the integration tests
3. Alerts us of any failures
**Why**
It will make…
-
According to the [migration guide](https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-6.x#web-applications-2):
> The Spring-provided Servlet mocks (MockHttpServlet…
-
### Proposal
We have a per-test directory for mocks. In resources, we have a such hierarchy:
`mocks/{TestClassName}/{TestMethodName}/my-mock.json`
Each mock file URL starts with a service name …
-
## What are the steps to reproduce this issue?
**YAML Path**
```
'/api/tenants/{tenantId}':
get:
responses:
'200':
description: OK
content:
…
-
### Proposal
Replace all manual mocks with generated ones, as started by https://github.com/testcontainers/testcontainers-go/pull/2731