1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-26 03:06:43 +02:00

Add pytest-mock - a thin wrapper around mock

This commit is contained in:
Sylvain Bellemare 2017-02-28 17:24:24 +01:00 committed by Sylvain Bellemare
parent 1002668082
commit 894784b9e4

View File

@ -50,6 +50,7 @@ tests_require = [
'pytest>=3.0.0',
'pytest-catchlog>=1.2.2',
'pytest-cov>=2.2.1',
'pytest-mock',
'pytest-xdist',
'pytest-flask',
'tox',