commit | 24ba2035048566df2e0876fb719749d984234bc7 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Feb 26 10:25:02 2014 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Wed Feb 26 10:25:02 2014 +0100 |
tree | d7e3aea3b21b945a2f475247384878ca7723a415 | |
parent | 71ec82a501d95c43aa6c3559e8dbd05aad23eb50 [diff] |
asyncio: Replace "unittest.mock" with "mock" in unit tests Use "from unittest import mock". It should simplify my work to merge new tests in Trollius, because Trollius uses "mock" backport for Python 2.