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
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