Opened 8 years ago
Last modified 8 years ago
#27695 closed Cleanup/optimization
Development testing instructions do not work — at Initial Version
Reported by: | Jeff Willette | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 1.10 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
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 git@…: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
Note:
See TracTickets
for help on using tickets.