﻿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
17250	Running unit test based on example tests.py not working	social@…	nobody	"Hello,

I'm pretty new to Django and exploring all the features it provides. Whenever I try to run the example tests.py file distributed with any new app created (e.g. ''python manage.py startapp polls'', s. tutorial for Django 1.3), the process never ends and Python has a CPU load of 99%.

Database connectivity (based on MySQL) is working as I have run ''python manage.py syncdb'' successfully.

Here's the output when running the unit test:


{{{
tte@arbre:/www/sites/mysite$ python manage.py test
Creating test database for alias 'default'...
.......................................................................................
}}}


Although the test database is created and the database user should have all the right permissions, the process never completes.

I'm using Python 2.7 (built with MacPorts).

Is there anything I'm missing?

Tobi"	Bug	closed	Testing framework	1.3	Normal	worksforme	Test		Unreviewed	0	0	0	0	0	0
