-
If internet is not available or intel.com site down, you get
```
level=error ts=2024-09-18T14:47:51.400155509Z caller=http.go:65 module=common/sgx/pcs/http msg="PCS request error" err="Get \"https…
-
# Unit testing Node.js fs with mock-fs - Emma Goto
If you're using the fs module to do things like write to files, or modify file names, you might have wondered - how do I unit test this…
[https:/…
-
### Describe the feature in detail (code, mocks, or screenshots encouraged)
The component already has onDrag callback which reports percentage of dragging, but I need to get currently visible portion…
-
For mocking unit tests, we are currently using the Java library `org.mockito:mockito`.
In order that the tests for platform-independent application logic can be executed on any supported platform, …
-
Could you please allow to drop python-mock dependency if not needed? Following works for 3.8, 3.9 and 3.10 but obviously will not be usable for Python 2.
```
diff -upr python-smpplib-2.2.1.orig/sm…
-
-
### Clear and concise description of the problem
As a developer using vitest I want an easy way to create mock instances of a class. While I can us `vi.mock('module')` to automock the entire file I h…
-
**Is your feature request related to a problem? Please describe.** A clear and
concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**…
-
```
Some auxiliar classes used in some tests were named using the suffix -Mock,
when the conventions say that we should use -Mocked. Rename them.
```
Original issue reported on code.google.com by `…
-
### Describe the feature
We are thinking about mocking large parts of the backend to ensure testability and overall developer experience.
### Why is this feature needed?
- Increase testability of t…