-
As we add core config values that are needed for other "unrelated" tests to work we are getting a lot of places that set dummy configs. Ideally we should replace this with a `tests.config({...})` whic…
-
https://github.com/pgorecki/lato/blob/18c2afa419f195a380db6f447a292bd3e00fb30a/tests/test_transaction_context.py#L8
after modifying `tests/test_transaction_context.py`
from
```
def add(a, b):
…
-
### Describe the bug
Hello Team,
I have tried to create virtual server with rule set using terraform with nsxt provider version 3.6.2 as well as 3.7.0
However, when i am trying to create with rules…
-
### Latest version
- [X] I have tested the latest version
### Description
Form field label is taller than expected when 2 form fields sitting next to each other (one with helper text and one withou…
-
As per [this forum thread](https://github.com/MarimerLLC/cslaforum/issues/790), there might be value in having a static helper method that properly executes a business rule.
The reason being, that …
-
Add a basic test helper app that allows us to reset the cluster database when in development mode. The purpose is to enable e2e test isolation.
-
**Describe the bug**
If I try to debug a swift testing test the debugger fails to attach to the process.
A dialog opens with the following text
> process exited with status -1 (attach failed (Not…
-
- Test environment is initialized in each tests (code duplicate) - need to separate it to own function.
Bad way:
```
var (
volume = testVolumeCR.DeepCopy()
lvg = testLVGCR.DeepCopy()
…
-
## Feature Request
When I am unit testing my components that use a store, I often just want to mock the store to check whether the right dispatch methods were called.
However when the component …
-
You can set test doubles for models and resource models.
How would you do this for helpers?
Shouldn't there be a `setHelperTestDouble` like method that deals with the registry?
Or can I just use `M…