This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2015-01-24 17:20 by berdario, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
test_mock.py | chillaranand, 2015-03-23 12:37 | sample test | ||
fix_magic_in_init.diff | kjachim, 2015-04-13 15:26 | Tests for this bug + proposed fix. | review | |
fix_magic_in_init_v2.diff | kjachim, 2015-04-13 15:55 | review |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:12 | admin | set | github: 67499 |
2015-04-14 07:24:37 | lukasz.langa | set | stage: needs patch -> resolved |
2015-04-14 07:19:28 | lukasz.langa | set | status: open -> closed title: Mock constructor configuration fails for magic methods -> MagicMock initializer fails for magic methods messages: + msg240854 keywords: - needs review resolution: fixed |
2015-04-14 07:17:18 | python-dev | set | messages: + msg240853 |
2015-04-14 06:12:57 | python-dev | set | nosy:
+ python-dev messages: + msg240844 |
2015-04-13 16:46:45 | lukasz.langa | set | keywords:
+ needs review versions: + Python 3.5 |
2015-04-13 16:04:42 | lukasz.langa | set | assignee: lukasz.langa nosy: + lukasz.langa |
2015-04-13 15:55:03 | kjachim | set | files:
+ fix_magic_in_init_v2.diff messages: + msg240631 |
2015-04-13 15:39:41 | kjachim | set | messages: + msg240626 |
2015-04-13 15:26:00 | kjachim | set | files:
+ fix_magic_in_init.diff nosy: + kjachim messages: + msg240623 keywords: + patch |
2015-03-23 12:37:33 | chillaranand | set | files:
+ test_mock.py title: MagicMock constructor configuration fails for magic methods -> Mock constructor configuration fails for magic methods nosy: + chillaranand messages: + msg239013 |
2015-03-16 03:04:48 | rbcollins | set | type: crash -> behavior |
2015-03-16 02:52:13 | rbcollins | set | type: crash stage: needs patch |
2015-03-03 22:43:01 | ned.deily | set | nosy:
+ rbcollins, michael.foord |
2015-01-24 17:20:39 | berdario | create |