-
### Describe the project you are working on
I have a lot of projects with the same name in different folders. and want to visually organize them better so I can make sure I'm launching the right one.…
-
To have better support, adoption, and contribution, it would be nice to have a set of unit tests to work against.
* Test with as many Python versions as possible with a utility such as `tox`
* …
-
```
What steps will reproduce the problem?
import mock, functools
f = functools.partial(lambda a, b : a + b, 1)
with mock.patch(f) as mf:
pass
-----
What is the expected output? What do you see…
-
### Introduction
Hi everyone,
I encountered a behavior of mockk, where, if the backing field has a different type than the getter, a warning is printed to the logs but the test continues and passe…
-
## Scope
Rename `RandomTest` to `RandomMock`, and move the file to a new folder `mocks/` in `protocol/test-sol/unit/identity`.
## Context
From [Slack](https://clabsco.slack.com/archives/CP5V8…
-
https://chatscope.io/storybook/react/?path=/story/documentation-introduction--page
-
```
We need test units, dearly. The code will quickly get to a point where fixing a
bug introduces, or re-
introduce (even worse), two new ones.
However, before coding the first test, some upfront w…
-
**Platform**
Oppia Web
**Describe the request**
On the community library page at https://www.oppia.org/community-library, there is a callout to the math classroom.
![Screenshot from 2023-07-…
-
Hi, we are trying to replace the `canvas` npm dependency with just your mock to speedup our ci infrastructure.
I've replaced the library and I'm getting the following error:
```
'CanvasRenderingCon…
-
Hi ,
I am using the mock-socket library to test the socket communication in my typescript app. I use karma for testing. I have the following test case where I mock the socket server
import { Soc…