﻿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
5058	Fail to run runtest on windows (rev:5783)	mamcx	Adrian Holovaty	"I create a seetings.py in the same directory of runtest.

I run:

runtests.py --settings settings

This error appear:


{{{
E:\Proyectos\Python\mysite\django\tests>python runtests.py --settings settings
Traceback (most recent call last):
  File ""runtests.py"", line 161, in ?
    django_tests(int(options.verbosity), options.interactive, args)
  File ""runtests.py"", line 132, in django_tests
    failures = run_tests(test_labels, verbosity=verbosity, interactive=interacti
ve, extra_tests=extra_tests)
TypeError: run_tests() got an unexpected keyword argument 'interactive'
}}}

The solution is erase the interactive param. However"		closed	Testing framework	dev		worksforme	test		Unreviewed	1	0	0	0	0	0
