]> granicus.if.org Git - python/commit
asyncio: test_base_events: use mock.Mock instead of unittest.mock.Mock to
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 20 May 2014 13:57:08 +0000 (15:57 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 20 May 2014 13:57:08 +0000 (15:57 +0200)
commit93668f4459fea03b88abda0c86f1981f402b15fb
tree43c3e80d6d565ce4cdf538a19d5c8fb4b9ad9275
parentb7b56e9110171fb4430d3711c4054d1425d5bc1c
asyncio: test_base_events: use mock.Mock instead of unittest.mock.Mock to
simplify the synchronization with Trollius
Lib/test/test_asyncio/test_base_events.py