#17250: Running unit test based on example tests.py not working -----------------------------------+-------------------- Reporter: social@… | Owner: nobody Type: Bug | Status: new Component: Testing framework | Version: 1.3 Severity: Normal | Keywords: Test Triage Stage: Unreviewed | Has patch: 0 Easy pickings: 0 | UI/UX: 0 -----------------------------------+-------------------- 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 -- Ticket URL: <https://code.djangoproject.com/ticket/17250> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.