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
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-02-22
Fixed #12932 -- Added an extra argument to suite_result() in the test runner,...
Russell Keith-Magee
2010-02-02
Removed a stray debug statement. Thanks to Ramiro Morales for the report.
Russell Keith-Magee
2010-02-01
Fixed #6364 -- Added the ability to run individual doctests.
Russell Keith-Magee
2010-01-25
Fixed #12672 -- Added the ability to configure which applications are availab...
Russell Keith-Magee
2010-01-25
Fixed #12542 -- Added the TEST_MIRROR setting, allowing testing of read slave...
Russell Keith-Magee
2010-01-19
Fixed #12640 -- Corrected a regression in test suite construction order intro...
Russell Keith-Magee
2010-01-18
Fixed #12624 -- Modified test runners to be class based.
Russell Keith-Magee
2009-12-31
Ensure the default keyboard interrupt handler is restored
Karen Tracey
2009-12-31
Fixed #12364: Added graceful exit from a test run when Ctrl-C is pressed. Th...
Karen Tracey
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-13
Fixed #11613: Added a failfast option for test running. Thanks jukvalim and ...
Karen Tracey
2009-02-22
Fixed #9031 -- Clarified the error message when the label used to run a speci...
Russell Keith-Magee
2009-01-17
Added code to make TestSuites iterable when running on Python 2.3. (r9756 ad...
Karen Tracey
2009-01-16
Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab...
Karen Tracey
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