﻿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
36749	No need of instructions to install requirements for tests	Pravin	Pravin	"[https://docs.djangoproject.com/en/dev/intro/contributing/#running-django-s-test-suite-for-the-first-time]
Currently we have this:
""Before running the test suite, enter the Django tests/ directory using the cd tests command, and install test dependencies by running""
{{{python -m pip install -r requirements/py3.txt}}}

But this could be have been more clear and straightforward. instead telling user to enter into tests folder we could simply say:
""Before running the test suite, install test dependencies by running:""""
{{{python -m pip install -r tests/requirements/py3.txt}}}

This would be more clearer and straightforward."	Cleanup/optimization	closed	Documentation	5.2	Normal	wontfix			Unreviewed	0	0	0	0	0	0
