summaryrefslogtreecommitdiff
path: root/django/test/utils.py
AgeCommit message (Expand)Author
2007-05-30boulder-oracle-sprint: Merged to [5383]Boulder Sprinters
2007-05-08boulder-oracle-sprint: Merged to [5173]Boulder Sprinters
2007-03-09boulder-oracle-sprint: Merged to trunk [4692].Boulder Sprinters
2006-11-04[boulder-oracle-sprint] added two stupidly missing "return" statements to cre...Jacob Kaplan-Moss
2006-11-04[boulder-oracle-sprint] fixed django.test.utils test db creation method deleg...Jacob Kaplan-Moss
2006-11-04[boulder-oracle-sprint] django.test.utils now delegates to the backend for te...Jacob Kaplan-Moss
2006-09-05Fixes #2658 -- Modified SQLite cursor close() method for in-memory databases,...Russell Keith-Magee
2006-09-02Refs #2333 - Re-added the template rendering signal for testing purposes; how...Russell Keith-Magee
2006-09-01Refs #2333 - Added a TEST_DATABASE_NAME setting that can be used to override ...Russell Keith-Magee
2006-08-31Refs #2333 - Added more documentation for testing framework, and clarified so...Russell Keith-Magee
2006-08-28Test database creation/deletion now correctly quotes database names when crea...Jacob Kaplan-Moss
2006-08-27Refs #2333 - Added test framework. This includes doctest and unittest finders...Russell Keith-Magee