<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/tests/test_runner, branch main</title>
<subtitle>github.com: django/django.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/'/>
<entry>
<title>Refs #33476 -- Applied Black's 2023 stable style.</title>
<updated>2023-02-01T10:04:38+00:00</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2023-02-01T07:13:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=097e3a70c1481ee7b042b2edd91b2be86fb7b5b6'/>
<id>097e3a70c1481ee7b042b2edd91b2be86fb7b5b6</id>
<content type='text'>
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.

https://github.com/psf/black/releases/tag/23.1.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.

https://github.com/psf/black/releases/tag/23.1.0
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #32655 -- Removed extra_tests argument for DiscoverRunner.build_suite()/run_tests().</title>
<updated>2023-01-17T10:49:15+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-01-06T12:12:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=43b01300b7c7e9d24b549a408010e52a09726060'/>
<id>43b01300b7c7e9d24b549a408010e52a09726060</id>
<content type='text'>
Per deprecation timeline.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Per deprecation timeline.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #32446 -- Removed SERIALIZE test database setting per deprecation timeline.</title>
<updated>2023-01-17T10:49:15+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-01-06T08:28:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=6c0539ed7c7a1ddeaac3ff91622ebf7a8c8442b9'/>
<id>6c0539ed7c7a1ddeaac3ff91622ebf7a8c8442b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoided assignment followed by immediate return.</title>
<updated>2022-10-31T11:31:13+00:00</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2022-10-28T13:51:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=2bc47d7fe95ec9fc62bc5c0d2408944e5269d9d0'/>
<id>2bc47d7fe95ec9fc62bc5c0d2408944e5269d9d0</id>
<content type='text'>
Identified using the following command:

$ pcre2grep --line-number --multiline --recursive \
    "(?s)(\n +)(\w+) = [^\n]+\1return \2;?$" \
    django docs extras js_tests scripts tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Identified using the following command:

$ pcre2grep --line-number --multiline --recursive \
    "(?s)(\n +)(\w+) = [^\n]+\1return \2;?$" \
    django docs extras js_tests scripts tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #34111 -- Made test runner with --debug-sql format SQL queries.</title>
<updated>2022-10-24T06:11:30+00:00</updated>
<author>
<name>Giebisch</name>
<email>rafael@giebisch-mail.de</email>
</author>
<published>2022-10-20T22:37:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=3283120cca5d5eba5c3619612d0de5ad49dcf054'/>
<id>3283120cca5d5eba5c3619612d0de5ad49dcf054</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #34010 -- Made --debug-mode work for parallel tests using spawn.</title>
<updated>2022-09-28T17:39:25+00:00</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2022-09-28T08:02:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=0f5b11eca0ba199501941fa244b276aaa10353c8'/>
<id>0f5b11eca0ba199501941fa244b276aaa10353c8</id>
<content type='text'>
Bug in 3b3f38b3b09b0f2373e51406ecb8c9c45d36aebc.

Thanks Kevin Renskers for the report.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug in 3b3f38b3b09b0f2373e51406ecb8c9c45d36aebc.

Thanks Kevin Renskers for the report.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #33719 -- Fixed test command crash when running in parallel.</title>
<updated>2022-05-19T08:20:51+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-05-19T08:20:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=41c4cb253c137edf5a96b7408ea55d57d6e0602a'/>
<id>41c4cb253c137edf5a96b7408ea55d57d6e0602a</id>
<content type='text'>
Thanks Pēteris Caune for the report.

Regression in 3b3f38b3b09b0f2373e51406ecb8c9c45d36aebc.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks Pēteris Caune for the report.

Regression in 3b3f38b3b09b0f2373e51406ecb8c9c45d36aebc.</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #33173 -- Fixed test_runner/test_utils tests on Python 3.11+.</title>
<updated>2022-04-07T05:02:21+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-04-07T05:02:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=2ee4caf56b8e000cabbb73ad81ff05738d6d0a35'/>
<id>2ee4caf56b8e000cabbb73ad81ff05738d6d0a35</id>
<content type='text'>
Python 3.11 uses fully qualified test name in unittest output. See
https://github.com/python/cpython/commit/755be9b1505af591b9f2ee424a6525b6c2b65ce9</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3.11 uses fully qualified test name in unittest output. See
https://github.com/python/cpython/commit/755be9b1505af591b9f2ee424a6525b6c2b65ce9</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #31169 -- Prevented infinite loop in parallel tests with custom test runner when using spawn.</title>
<updated>2022-03-17T09:20:13+00:00</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2022-03-16T20:47:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=ba298a32b30eb270ea0bf4f8fc208223d0b40bcd'/>
<id>ba298a32b30eb270ea0bf4f8fc208223d0b40bcd</id>
<content type='text'>
Regression in 3b3f38b3b09b0f2373e51406ecb8c9c45d36aebc.

Co-Authored-By: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Regression in 3b3f38b3b09b0f2373e51406ecb8c9c45d36aebc.

Co-Authored-By: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #31169 -- Adapted the parallel test runner to use spawn.</title>
<updated>2022-03-15T15:23:55+00:00</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2022-02-12T20:40:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=3b3f38b3b09b0f2373e51406ecb8c9c45d36aebc'/>
<id>3b3f38b3b09b0f2373e51406ecb8c9c45d36aebc</id>
<content type='text'>
Co-authored-by: Valz &lt;ahmadahussein0@gmail.com&gt;
Co-authored-by: Nick Pope &lt;nick@nickpope.me.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Valz &lt;ahmadahussein0@gmail.com&gt;
Co-authored-by: Nick Pope &lt;nick@nickpope.me.uk&gt;
</pre>
</div>
</content>
</entry>
</feed>
