Skip to content
Snippets Groups Projects
Commit 272e8dc4 authored by Dan Michael O. Heggø's avatar Dan Michael O. Heggø
Browse files

Add mock as a test dependency

parent 7c2c33bd
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ setup(name='mwclient',
license='MIT',
packages=['mwclient'],
cmdclass={'test': PyTest},
tests_require=['pytest-pep8', 'pytest-cache', 'pytest', 'pytest-cov', 'funcsigs', 'responses>=0.3.0'],
tests_require=['pytest-pep8', 'pytest-cache', 'pytest', 'pytest-cov', 'funcsigs', 'responses>=0.3.0', 'mock'],
install_requires=requirements,
zip_safe=True
)
......@@ -4,4 +4,5 @@ envlist = py26,py27,py34
deps=pytest
pytest-pep8
responses
mock
commands=py.test -v --pep8 mwclient tests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment