From ee687510b0c00c28a6615044a61f0258e199bbac Mon Sep 17 00:00:00 2001 From: codl Date: Mon, 27 Nov 2017 16:30:35 +0100 Subject: add tests for create_app --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 56b2406..d2ab253 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup(name='Mastodon.py', description='Python wrapper for the Mastodon API', packages=['mastodon'], setup_requires=['pytest-runner'], - tests_require=['pytest', 'pytest-cov', 'vcrpy', 'pytest-vcr'], + tests_require=['pytest', 'pytest-cov', 'vcrpy', 'pytest-vcr', 'pytest-mock'], install_requires=['requests', 'python-dateutil', 'six', 'pytz'], url='https://github.com/halcy/Mastodon.py', author='Lorenz Diener', -- cgit v1.2.3