<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/test_runner/tests.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-02-26T13:36:57Z</updated>
<entry>
<title>Merged regressiontests and modeltests into the test root.</title>
<updated>2013-02-26T13:36:57Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-02-26T08:53:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89f40e36246100df6a11316c31a76712ebc6c501'/>
<id>urn:sha1:89f40e36246100df6a11316c31a76712ebc6c501</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #19833 -- Fixed import parameter encoding in get_runner</title>
<updated>2013-02-16T12:31:13Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-02-16T12:26:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=632361611c6386696dc525ad3aecf065e6ed98ee'/>
<id>urn:sha1:632361611c6386696dc525ad3aecf065e6ed98ee</id>
<content type='text'>
Thanks Danilo Bargen for the report.
</content>
</entry>
<entry>
<title>Fixed lockups in jenkins, refs #19546.</title>
<updated>2013-01-09T22:32:51Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-01-09T22:32:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ce580dd8ea04237cfe34cd02df0b8944a5345f4f'/>
<id>urn:sha1:ce580dd8ea04237cfe34cd02df0b8944a5345f4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Skipped deprecation warning test on Python 2.6</title>
<updated>2013-01-09T19:02:09Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-01-09T18:59:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e6949373b0e4fcacde4cc269b647f1e1be8cade9'/>
<id>urn:sha1:e6949373b0e4fcacde4cc269b647f1e1be8cade9</id>
<content type='text'>
Refs #19546. On Python 2.6, DeprecationWarnings are visible by
default.
</content>
</entry>
<entry>
<title>Fixed #19546 - ensure that deprecation warnings are shown during tests</title>
<updated>2013-01-09T16:19:22Z</updated>
<author>
<name>Preston Holmes</name>
<email>preston@ptone.com</email>
</author>
<published>2013-01-03T00:00:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cfa70d0c94a43d94e3ee48db87f2b88c29a862e1'/>
<id>urn:sha1:cfa70d0c94a43d94e3ee48db87f2b88c29a862e1</id>
<content type='text'>
refs #18985
</content>
</entry>
<entry>
<title>Fixed #19192 -- Allowed running tests with dummy db backend</title>
<updated>2013-01-04T12:55:20Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-01-04T12:55:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b740da3504ea3b9c841f5a9eb14191a0b5410565'/>
<id>urn:sha1:b740da3504ea3b9c841f5a9eb14191a0b5410565</id>
<content type='text'>
Thanks Simon Charette for the initial patch, and Jan Bednařík for
his work on the ticket.
</content>
</entry>
<entry>
<title>Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.</title>
<updated>2012-07-24T20:24:16Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2012-07-24T20:24:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f758bdab5eec3e615598948dd5bcf9bb7b910c9d'/>
<id>urn:sha1:f758bdab5eec3e615598948dd5bcf9bb7b910c9d</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Removed test of connection features before setting up databases</title>
<updated>2012-06-09T15:22:24Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-06-09T15:22:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ef906b163202679413f1fdae7106b8de86477dbe'/>
<id>urn:sha1:ef906b163202679413f1fdae7106b8de86477dbe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reverted 905e33f, now that DatabaseFeatures does not need confirm</title>
<updated>2012-06-09T15:05:54Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-06-09T15:05:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ad47364dd324508e8332ea853da59772431398aa'/>
<id>urn:sha1:ad47364dd324508e8332ea853da59772431398aa</id>
<content type='text'>
Connection.features does not need to be confirmed any more, after
commit aa42357, rendering obsolete the workaround when using
TEST_MIRROR (Refs #16885, #17760).
</content>
</entry>
<entry>
<title>Fixed #18319 -- Added 'supports_sequence_reset' DB feature</title>
<updated>2012-05-22T20:51:05Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2012-05-22T20:46:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0df4593f0edb8508eceff96ce5aebc59a073b506'/>
<id>urn:sha1:0df4593f0edb8508eceff96ce5aebc59a073b506</id>
<content type='text'>
Added a new feature to allow 3rd party backends to skip tests which
test sequence resetting.

Thanks to manfre for report and patch.
</content>
</entry>
</feed>
