[patch] create_test_db() in the django's unittest framework is supposed to automatically run syncdb
According to the documentation (http://www.djangoproject.com/documentation/testing/) django.test.util.create_test_db is supposed to do a syncdb. In the current implementation django's own simple testrunner does the syncdb. This patch moves the call to syncdb from simple.py to utils.py so people using other test frameworks (I use py.test) will also have an automatic syncdb.
Change History
(5)
Owner: |
changed from Adrian Holovaty to Russell Keith-Magee
|
Summary: |
[PATCH] create_test_db() in the django's unittest framework is supposed to automatically run syncdb → [patch] create_test_db() in the django's unittest framework is supposed to automatically run syncdb
|
Triage Stage: |
Unreviewed → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
patch