Bastien Sevajol hace 6 años
padre
commit
6b15d6c6a5
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      requirements.txt
  2. 1 0
      setup.py

+ 1 - 0
requirements.txt Ver fichero

@@ -14,3 +14,4 @@ PyYAML==3.12
14 14
 redis==2.10.6
15 15
 six==1.11.0
16 16
 tmx==1.9.1
17
+pytest-mock==1.6.3

+ 1 - 0
setup.py Ver fichero

@@ -19,6 +19,7 @@ cocos2d_require = [
19 19
 tests_require = [
20 20
     'pytest',
21 21
     'freezegun',
22
+    'pytest-mock',
22 23
 ] + cocos2d_require
23 24
 
24 25