From 337245b4d8ad7c8bc45a2be1dd67b71f796f7e7c Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 11 Dec 2017 16:28:55 +0100 Subject: mock and nose for testing --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 09cf479..f435e1c 100755 --- a/setup.py +++ b/setup.py @@ -9,6 +9,8 @@ setup(name='talerdonations', license='GPL', packages=find_packages(), install_requires=["Flask>=0.10"], + tests_require=["mock", "nose"], + test_suite="nose.collector", package_data={ '':[ "donations/templates/*.html", -- cgit v1.2.3