tests: add missing required libs to run tests

This commit is contained in:
Adrien Lemaire 2019-04-24 10:46:41 +09:00
parent b944241a13
commit 48c58f7d55

View file

@ -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: 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 . pip install --editable .
pytest -x -v pytest -x -v