#29923: Quickstart code bit missing python command
-----------------------------------------+------------------------
Reporter: Stevenerr | Owner: nobody
Type: Bug | Status: new
Component: Documentation | Version: master
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 1
UI/UX: 1 |
-----------------------------------------+------------------------
Code bit for running all unit tests under the Quickstart header is missing
the python command on line 5
What it is
1 $ git clone [email protected]:YourGitHubName/django.git django-repo
2 $ cd django-repo/tests
3 $ pip install -e ..
4 $ pip install -r requirements/py3.txt
5 $ ./runtests.py
What it should be
1 $ git clone [email protected]:YourGitHubName/django.git django-repo
2 $ cd django-repo/tests
3 $ pip install -e ..
4 $ pip install -r requirements/py3.txt
5 $ python ./runtests.py
Here is the link -->
https://docs.djangoproject.com/en/dev/internals/contributing/writing-code
/unit-tests/#running-the-unit-tests
--
Ticket URL: <https://code.djangoproject.com/ticket/29923>
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/052.9558907c7ded3a33f9cbb2e07d3b9b51%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.