﻿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
23666	The command to run the unit tests doesn't work on windows	Baptiste Mispelon	Andreas Savvides	"In the contributing guide [1], the command given to run the test suite is the following:
{{{
$ git clone https://github.com/django/django.git django-repo
$ cd django-repo/tests
$ PYTHONPATH=..:$PYTHONPATH ./runtests.py
}}}

The first two instructions work fine on windows as far as I know but the first one won't because windows doesn't support setting environment variables this way.

[1] https://docs.djangoproject.com/en/1.7/internals/contributing/writing-code/unit-tests/#quickstart"	Cleanup/optimization	closed	Documentation	1.7	Normal	fixed			Accepted	1	0	0	0	0	0
