Commit 077cee91c567670e8fb6e1311788b2ddce33f07d

Authored by Sergio Oliveira
1 parent 1caa8be8

Added mock to test requirements

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
@@ -57,6 +57,7 @@ TEST_REQUIREMENTS = [ @@ -57,6 +57,7 @@ TEST_REQUIREMENTS = [
57 'coverage==3.7.1', 57 'coverage==3.7.1',
58 'coveralls==0.5', 58 'coveralls==0.5',
59 'flake8==2.3.0', 59 'flake8==2.3.0',
  60 + 'mock==1.0.1',
60 ] 61 ]
61 62
62 63