#27695: Development testing instructions do not work
------------------------------------------------+------------------------
               Reporter:  Jeff Willette         |          Owner:  nobody
                   Type:  Cleanup/optimization  |         Status:  new
              Component:  Uncategorized         |        Version:  1.10
               Severity:  Normal                |       Keywords:
           Triage Stage:  Unreviewed            |      Has patch:  0
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  0                     |  Easy pickings:  0
                  UI/UX:  0                     |
------------------------------------------------+------------------------
 The current development test running instructions do not work and lead to
 errors.

 I propose that the instructions be changed to this...

    $ git clone [email protected]:YourGitHubName/django.git django-repo
    $ cd django-repo/
    $ pip install -e ..
    $ pip install -r tests/requirements/py3.txt  # Python 2: py2.txt
    $ cp tests/test_sqlite.py ./settings.py
    $ PYTHONPATH=`pwd` ./tests/runtests.py --settings=settings

--
Ticket URL: <https://code.djangoproject.com/ticket/27695>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/054.25f15ebee6195e4d45f1f0c4e401c114%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to