tests: add missing required libs to run tests
This commit is contained in:
parent
b944241a13
commit
48c58f7d55
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue