From 95e60632ab09545ac2e5d0afcca4a0107018938c Mon Sep 17 00:00:00 2001 From: Nicolas ROCHE Date: Wed, 27 Mar 2019 18:24:31 +0100 Subject: [PATCH] matomo: correct README file (#31778) --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index c73ed22..bc30ef9 100644 --- a/README +++ b/README @@ -170,10 +170,10 @@ For testing hobo server, do in a virtualenv: pip install pytest pytest-django - DJANGO_SETTINGS_MODULE=hobo.settings HOBO_SETTINGS_FILE=tests/settings.py py.tests tests + DJANGO_SETTINGS_MODULE=hobo.settings HOBO_SETTINGS_FILE=tests/settings.py py.test tests For testing multitenant framework, do in a virtualenv: - pip install pytest pytest-django memcached mock . + pip install pytest pytest-django python-memcached mock . cd tests_multitenant ; PYTHONPATH=. DJANGO_SETTINGS_MODULE=settings py.test .