tests: use unittest.mock when available
commit33a468a2cfcabc8ad303a82a870e8b9be013f94e
authorDavid Aguilar <davvid@gmail.com>
Tue, 3 May 2016 23:16:46 +0000 (3 16:16 -0700)
committerDavid Aguilar <davvid@gmail.com>
Tue, 3 May 2016 23:21:56 +0000 (3 16:21 -0700)
tree31664990f7c38096ba3b271b12657714bb369e88
parentcb9bd22693e74dc35533d995658000c49331fadb
tests: use unittest.mock when available

Python3 includes unittest.mock so the third-party mock is not strictly
required when using python3.

Closes #569
Suggested-by: Ilya Tumaykin <itumaykin@gmail.com>
Signed-off-by: David Aguilar <davvid@gmail.com>
share/doc/git-cola/relnotes.rst
share/doc/git-cola/relnotes/v2.7.rst [new file with mode: 0644]
test/git_test.py