summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2012-07-24 17:24:16 -0300
committerRamiro Morales <cramm0@gmail.com>2012-07-24 17:24:16 -0300
commitf758bdab5eec3e615598948dd5bcf9bb7b910c9d (patch)
treef6a8161010c629fcb22a561dac307737251ce530 /docs/ref
parent38ce709fe44ebf37e6c8531451eab98fe0a552a0 (diff)
Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.
Previously, the flush was done before the test case execution and now it is performed after it. Other changes to the testing infrastructure include: * TransactionTestCase now doesn't reset autoincrement sequences either (previous behavior can achieved by using `reset_sequences`.) With this, no implicit such reset is performed by any of the provided TestCase classes. * New ordering of test cases: All unittest tes cases are run first and doctests are run at the end. THse changes could be backward-incompatible with test cases that relied on some kind of state being preserved between tests. Please read the relevant sections of the release notes and testing documentation for further details. Thanks Andreas Pelme for the initial patch. Karen Tracey and Anssi Kääriäinen for the feedback and Anssi for reviewing. This also fixes #12408.
Diffstat (limited to 'docs/ref')
0 files changed, 0 insertions, 0 deletions