From 48c58f7d55c7671a81beae3c11462a516ae113ff Mon Sep 17 00:00:00 2001 From: Adrien Lemaire Date: Wed, 24 Apr 2019 10:46:41 +0900 Subject: [PATCH] tests: add missing required libs to run tests --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5676a7e..533221c 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,8 @@ LOGGING = { django-todo uses pytest exclusively for testing. The best way to run the suite is to clone django-todo into its own directory, install pytest, then: - pip install pytest pytest-django Django + pip install Django django-autocomplete-light bleach html2text + pip install pytest pytest-django pip install --editable . pytest -x -v