summaryrefslogtreecommitdiff
path: root/django/test/simple.py
AgeCommit message (Expand)Author
2008-08-11Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee
2008-02-19Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).Malcolm Tredinnick
2007-07-28Fixed #4460 -- Added the ability to be more specific in the test cases that a...Russell Keith-Magee
2007-07-23Fixed #3771 -- Modified the test runner to observe the --noinput argument con...Russell Keith-Magee
2007-07-20Fixed #3782 -- Added support for the suite() method recommended by the Python...Russell Keith-Magee
2007-05-31Fixed #4426 -- Renamed duplicate doctest module _doctest, and documented the ...Russell Keith-Magee
2007-05-10Fixed import error handling when application tests are stored in a tests dire...Russell Keith-Magee
2007-03-29Fixed #3253 -- Included test errors in the return code.Russell Keith-Magee
2007-02-26Fixed #3253 -- Exposed the number of failed tests as a return code in manage....Russell Keith-Magee
2007-02-18Fixed #2916 -- Moved syncdb call out of simple test runner and into create_te...Russell Keith-Magee
2007-02-11Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.Malcolm Tredinnick
2007-02-11Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...Russell Keith-Magee
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