summaryrefslogtreecommitdiff
path: root/django/test/simple.py
AgeCommit message (Expand)Author
2006-10-30Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...Adrian Holovaty
2006-09-09Fixes #2669 -- Added check on import of tests.py to differentiate between an ...Russell Keith-Magee
2006-09-02Refs #2333 - Re-added the template rendering signal for testing purposes; how...Russell Keith-Magee
2006-08-31Refs #2333 - Added more documentation for testing framework, and clarified so...Russell Keith-Magee
2006-08-27Refs #2333 - Added test framework. This includes doctest and unittest finders...Russell Keith-Magee