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
/
tests
/
regressiontests
/
test_runner
Age
Commit message (
Expand
)
Author
2013-02-16
[1.5.x] Fixed #19833 -- Fixed import parameter encoding in get_runner
Claude Paroz
2013-01-09
[1.5.X] Fixed lockups in jenkins, refs #19546.
Florian Apolloner
2013-01-09
[1.5.x] Skipped deprecation warning test on Python 2.6
Claude Paroz
2013-01-09
[1.5.x] Fixed #19546 - ensure that deprecation warnings are shown during tests
Preston Holmes
2013-01-04
[1.5.x] Fixed #19192 -- Allowed running tests with dummy db backend
Claude Paroz
2012-07-24
Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.
Ramiro Morales
2012-06-09
Removed test of connection features before setting up databases
Claude Paroz
2012-06-09
Reverted 905e33f, now that DatabaseFeatures does not need confirm
Claude Paroz
2012-05-22
Fixed #18319 -- Added 'supports_sequence_reset' DB feature
Anssi Kääriäinen
2012-05-03
Replaced deprecated TestCase methods. Refs #17049.
Claude Paroz
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-24
Fixed #16961 -- Skipped resetting AUTO_INCREMENT fields for MySQL if the serv...
Anssi Kääriäinen
2012-04-24
Fixed #17954 -- Fixed dependency checking for test databases. Thanks Łukasz ...
Claude Paroz
2012-03-31
Removed some more imports/warnings useless after recent removals.
Claude Paroz
2012-03-31
Removed deprecated DjangoTestRunner.
Aymeric Augustin
2012-03-14
Tweaked tests from r17702 to run only when using sqlite3 DB(s).
Ramiro Morales
2012-03-13
Fixed #16329 -- Fixed detection of transaction-handling capabilities when all...
Ramiro Morales
2012-01-20
Fixed #16885 -- Confirmed features of mirror databases when setting up test d...
Aymeric Augustin
2011-12-29
Made sure `manage.py help test` works.
Ramiro Morales
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-10-13
Fixed #15372 -- Switched to a startproject default layout that allows us to a...
Carl Meyer
2011-06-12
Fixed #12658 -- Fixed test discovery so ImportErrors aren't ignored when both...
Ramiro Morales
2011-06-10
Fixed #16185, #15675 -- Added the ability for test runners to define custom o...
Russell Keith-Magee
2011-04-02
Silenced DeprecationWarning caused by testing deprecated DjangoTestRunner
Russell Keith-Magee
2011-02-02
Fixed #15029 -- Moved to database backends the ability to decide if two DATAB...
Ramiro Morales
2010-12-05
Fixed #14799 -- Provided a full solution for test database creation order pro...
Russell Keith-Magee
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2009-12-22
Corrected the tests for DjangoTestRunner so they pass under Postgres.
Russell Keith-Magee
2009-12-13
Added tet runner tests mistakenly left out of r11843. Refs #11613.
Karen Tracey