-
Do all work for this task in a branch called issue-011.
tclum updated
7 months ago
-
There are at present too few Unit Tests for the intermediate code like the GObs and the States. A mocking framework will be needed to mock out the Swing Components where applicable.
-
## Checklist
I'm using celery Version: 4.1.1
## Steps to reproduce
Mocking functions which will be called by celery task.
Using Celery_session_worker and celery_app for unit tests.
Call pytest.…
-
Update of desktop-linux-menu to v1.2.2 for Qubes OS r4.3, see comments below for details and build status.
From commit: https://github.com/QubesOS/qubes-desktop-linux-menu/commit/8c75256f457a2fe1bbe2…
-
-
## 📔 Description
mock 작업 내용 develop 최신화
## 🐈 Todo
- [x] mock -> develop
-
Hey,
I am completely lost on unit testing using Jest.
Basically, does anyone know how to mock in order to render child component in unit tests?
```
const MyApp = () => (
);
…
-
When using storybook, any component that relies on using the useOktaAuth() hook provided by the SDK, will break with out have a mocked instance of the okta context.
Notes
There is currently very li…
-
### Background & motivation
We have a couple of mocks that are generated by mockery and also have been written by us. Last week I was breaking my head over a code path and after taking a break I real…
-
### Description of the bug
There a problem when trying to use ng-mocks in test which would like to use tools for new @defer block testing,
the problem is:
`fixture.getDeferBlocks();`
will return…