﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
27695	Development testing instructions do not work	Jeff Willette	nobody	"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@github.com: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"	Cleanup/optimization	closed	Uncategorized	1.10	Normal	invalid			Unreviewed	1	0	0	0	0	0
