AsyncMock force always creating an AsyncMock for child mocks
Open
@lisroach is already working on this.
Since Sep 11, 2019.
stdlib
type-bug
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 38122 |
|---|---|
| Nosy | @cjw296, @ezio-melotti, @voidspace, @phmc, @matrixise, @lisroach, @tirkarthi |
| PRs |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = 'https://github.com/lisroach'
closed_at = None
created_at = <Date 2019-09-11.17:24:54.683>
labels = ['type-bug', 'library']
title = 'AsyncMock force always creating an AsyncMock for child mocks'
updated_at = <Date 2019-10-28.20:47:37.252>
user = 'https://github.com/lisroach'
bugs.python.org fields:
activity = <Date 2019-10-28.20:47:37.252>
actor = 'pconnell'
assignee = 'lisroach'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-09-11.17:24:54.683>
creator = 'lisroach'
dependencies = []
files = []
hgrepos = []
issue_num = 38122
keywords = ['patch']
message_count = 4.0
messages = ['351991', '352000', '352101', '352360']
nosy_count = 7.0
nosy_names = ['cjw296', 'ezio.melotti', 'michael.foord', 'pconnell', 'matrixise', 'lisroach', 'xtreak']
pr_nums = ['16099', '16137']
priority = 'low'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue38122'
versions = []
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.