-
BPO | [43400](https://bugs.python.org/issue43400)
--- | :---
Nosy | @rhettinger, @miss-islington, @tirkarthi, @eppeters, @dougharris
PRs | python/cpython#24752python/cpython#24758
*Note: these values…
-
Checklist
- [X] Create `src/backend/bisheng/tests/utils/test_payload.py` ✓ https://github.com/kevinlu1248/bisheng/commit/008b3db4d96dd06520b2fcc1ab1d037e15906d9b [Edit](https://github.com/kevinlu…
-
- [x] I was not able to find an [open](https://github.com/zendframework/zend-expressive-fastroute/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-expressive-fastroute/issues?q=i…
-
#### What are you trying to achieve?
Inject a symfony class into a functional test
#### What do you get instead?
Codeception fails to inject the class - fails to resolve the dependency
> Pro…
-
This is happening on Julia 1.8.2 on an aarch64 machine
```
signal (11): Segmentation fault
in expression starting at /opt/actions-runner/_work/{private package}/run/run.jl:2
close at /cache/build/…
-
Any suggestions on how to handle mocking Subscriptions? I'm thinking through a way to do it using the `graphql-subscriptions` in tandem with `mock-socket` libraries, but it might be a little heavy.
-
I'm trying to write some unit tests of code that uses typeorm without hitting the DB. I'm using `getRepository` in the code to do stuff.
In my tests ideally I'd like to call `getRepository(SomeEnti…
-
Hello @lukeed, I'm solving #9 issue, and when doing the tests I discover that your assert library doesn't have a way to test if some function was called. In other libraries like `jest` we can do it by…
-
EEPROM class should obtain EEPROM data when instantiated and store as a class member, then use that data in methods rather than having to pass the raw data into the methods. It defeats the purpose of …
-
I'm running
```
const Sc = styled.div.attrs((props) => { ... })`...`
```
I had some failing tests, and it took me a long time to figure out why the attrs factory (`(props) => { ... }`) was cla…