index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
test
/
simple.py
Age
Commit message (
Expand
)
Author
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2008-02-19
Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).
Malcolm Tredinnick
2007-07-28
Fixed #4460 -- Added the ability to be more specific in the test cases that a...
Russell Keith-Magee
2007-07-23
Fixed #3771 -- Modified the test runner to observe the --noinput argument con...
Russell Keith-Magee
2007-07-20
Fixed #3782 -- Added support for the suite() method recommended by the Python...
Russell Keith-Magee
2007-05-31
Fixed #4426 -- Renamed duplicate doctest module _doctest, and documented the ...
Russell Keith-Magee
2007-05-10
Fixed import error handling when application tests are stored in a tests dire...
Russell Keith-Magee
2007-03-29
Fixed #3253 -- Included test errors in the return code.
Russell Keith-Magee
2007-02-26
Fixed #3253 -- Exposed the number of failed tests as a return code in manage....
Russell Keith-Magee
2007-02-18
Fixed #2916 -- Moved syncdb call out of simple test runner and into create_te...
Russell Keith-Magee
2007-02-11
Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.
Malcolm Tredinnick
2007-02-11
Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...
Russell Keith-Magee
2006-10-30
Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...
Adrian Holovaty
2006-09-09
Fixes #2669 -- Added check on import of tests.py to differentiate between an ...
Russell Keith-Magee
2006-09-02
Refs #2333 - Re-added the template rendering signal for testing purposes; how...
Russell Keith-Magee
2006-08-31
Refs #2333 - Added more documentation for testing framework, and clarified so...
Russell Keith-Magee
2006-08-27
Refs #2333 - Added test framework. This includes doctest and unittest finders...
Russell Keith-Magee