#27695: Development testing instructions do not work
-------------------------------------+-------------------------------------
     Reporter:  Jeff Willette        |                    Owner:  nobody
         Type:                       |                   Status:  new
  Cleanup/optimization               |
    Component:  Uncategorized        |                  Version:  1.10
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Description changed by Jeff Willette:

Old description:

> 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
>
> Proposed change in #7801

New description:

 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

 Proposed change in https://github.com/django/django/pull/7801

--

--
Ticket URL: <https://code.djangoproject.com/ticket/27695#comment:2>
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/069.d49d4dd7426224845b282bfe6ef9c34f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to