<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/test_runner_apps, branch stable/5.2.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2022-02-07T19:37:05Z</updated>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33264 -- Made test runner return non-zero error code for unexpected successes.</title>
<updated>2021-11-08T19:19:21Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2021-11-04T14:31:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=91acfc3514280370535f1dd6bebee57760bac7b9'/>
<id>urn:sha1:91acfc3514280370535f1dd6bebee57760bac7b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29127 -- Prevented DiscoverRunner from hiding tagged test with syntax errors.</title>
<updated>2021-03-30T08:26:20Z</updated>
<author>
<name>Chris Jerdonek</name>
<email>chris.jerdonek@gmail.com</email>
</author>
<published>2021-03-26T12:14:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=038940cf5525c41464a1b9e9ba3801042320b0cc'/>
<id>urn:sha1:038940cf5525c41464a1b9e9ba3801042320b0cc</id>
<content type='text'>
This mades _FailedTest objects always match tags in DiscoverRunner.
</content>
</entry>
<entry>
<title>Fixed #32446 -- Deprecated SERIALIZE test database setting.</title>
<updated>2021-02-24T19:31:11Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2021-02-15T03:42:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3089018e951dcca568574c0e0ebf9d8aab112389'/>
<id>urn:sha1:3089018e951dcca568574c0e0ebf9d8aab112389</id>
<content type='text'>
Whether or not the state of a test database should be serialized can be
inferred from the set of databases allowed to be access from discovered
TestCase/TransactionTestCase enabling the serialized_rollback feature
which makes this setting unnecessary.

This should make a significant test suite bootstraping time difference
on large projects that didn't explicitly disable test database
serialization.
</content>
</entry>
<entry>
<title>Fixed #27430 -- Added -b/--buffer option to DiscoverRunner.</title>
<updated>2019-12-09T12:47:12Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2019-11-30T21:10:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9e565386d3fafc8cc15d07095e50d574e5f53802'/>
<id>urn:sha1:9e565386d3fafc8cc15d07095e50d574e5f53802</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30245 -- Added -k option to DiscoverRunner.</title>
<updated>2019-04-30T14:20:51Z</updated>
<author>
<name>François Freitag</name>
<email>mail@franek.fr</email>
</author>
<published>2019-03-07T20:58:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=568eed9e79470b9ddf3e1b3bbad9123ada45eae8'/>
<id>urn:sha1:568eed9e79470b9ddf3e1b3bbad9123ada45eae8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.</title>
<updated>2019-01-11T00:11:21Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2018-07-12T04:14:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=41e73de39df31c4b13d65462bfeedde6924226d8'/>
<id>urn:sha1:41e73de39df31c4b13d65462bfeedde6924226d8</id>
<content type='text'>
SimpleTestCase.databases makes it possible to determine the set of
databases required to run the discovered tests.
</content>
</entry>
<entry>
<title>Refs #29784 -- Normalized Python docs links to omit the version.</title>
<updated>2018-09-25T08:19:42Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-09-23T01:30:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ad9a28ee38e3352b16cc6c9ae7f55f90c64710cc'/>
<id>urn:sha1:ad9a28ee38e3352b16cc6c9ae7f55f90c64710cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28869 -- Made tagged test classes and methods inherit tags from parents.</title>
<updated>2018-01-09T01:57:33Z</updated>
<author>
<name>Will Ayd</name>
<email>william.ayd@icloud.com</email>
</author>
<published>2017-12-01T16:00:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=09530e61a0035192ca8bcdebc5ead13d14c16eb0'/>
<id>urn:sha1:09530e61a0035192ca8bcdebc5ead13d14c16eb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reorganized test_runner test apps.</title>
<updated>2018-01-04T20:41:33Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-01-04T19:41:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8e1a7dab4b98dee2c696d435ea02f56de6250aa0'/>
<id>urn:sha1:8e1a7dab4b98dee2c696d435ea02f56de6250aa0</id>
<content type='text'>
</content>
</entry>
</feed>
