<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/internals/contributing/writing-code/unit-tests.txt, branch 3.0b1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.0b1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.0b1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2019-10-09T13:49:19Z</updated>
<entry>
<title>[3.0.x] Fixed #27086 -- Doc'd fix for test suite hang on macOS.</title>
<updated>2019-10-09T13:49:19Z</updated>
<author>
<name>Kees Hink</name>
<email>keeshink@gmail.com</email>
</author>
<published>2019-10-09T10:08:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fffce1ac4c412ec49bde659b79dd943266c9434f'/>
<id>urn:sha1:fffce1ac4c412ec49bde659b79dd943266c9434f</id>
<content type='text'>
Backport of 5d9cf79baf07fc4aed7ad1b06990532a65378155 from master
</content>
</entry>
<entry>
<title>[3.0.x] Added note to check Python version in unit tests troubleshooting section.</title>
<updated>2019-10-09T13:49:09Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2019-10-09T10:06:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6801166a30f67a4e5e4ac4cede84a4e85ce8882a'/>
<id>urn:sha1:6801166a30f67a4e5e4ac4cede84a4e85ce8882a</id>
<content type='text'>
At DjangoCon US 2019 sprints, a number of contributors hit problems with an outdated Python.

Backport of 06e087c3ded703b334a4d7c74a882212774253bc from master
</content>
</entry>
<entry>
<title>[3.0.x] Corrected section indentation in unit tests contributor docs.</title>
<updated>2019-10-09T13:48:58Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2019-09-27T18:58:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7ded25d7131f4246b8b000869c677d0bbe0377aa'/>
<id>urn:sha1:7ded25d7131f4246b8b000869c677d0bbe0377aa</id>
<content type='text'>
Backport of b39c39e82ae12ca92686ee97a7be2958ee667e5c from master
</content>
</entry>
<entry>
<title>[3.0.x] Refs #30010 -- Doc'd running tests with django-docker-box.</title>
<updated>2019-10-02T12:00:48Z</updated>
<author>
<name>Katherine Michel</name>
<email>kthrnmichel@gmail.com</email>
</author>
<published>2019-09-26T23:51:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b6da3192c0d7561dd1daf3c2a8e7b82c66204a51'/>
<id>urn:sha1:b6da3192c0d7561dd1daf3c2a8e7b82c66204a51</id>
<content type='text'>
Backport of f7eb9fb676d7afba16fc577283610b359718e644 from master
</content>
</entry>
<entry>
<title>Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.</title>
<updated>2019-09-06T11:27:46Z</updated>
<author>
<name>Tobias Kunze</name>
<email>r@rixx.de</email>
</author>
<published>2019-06-17T14:54:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4a954cfd11a5d034491f87fcbc920eb97a302bb3'/>
<id>urn:sha1:4a954cfd11a5d034491f87fcbc920eb97a302bb3</id>
<content type='text'>
This patch does not remove all occurrences of the words in question.
Rather, I went through all of the occurrences of the words listed
below, and judged if they a) suggested the reader had some kind of
knowledge/experience, and b) if they added anything of value (including
tone of voice, etc). I left most of the words alone. I looked at the
following words:

- simply/simple
- easy/easier/easiest
- obvious
- just
- merely
- straightforward
- ridiculous

Thanks to Carlton Gibson for guidance on how to approach this issue, and
to Tim Bell for providing the idea. But the enormous lion's share of
thanks go to Adam Johnson for his patient and helpful review.
</content>
</entry>
<entry>
<title>Changed example git clone URLs to use HTTPS.</title>
<updated>2019-09-04T06:11:22Z</updated>
<author>
<name>Min ho Kim</name>
<email>minho42@gmail.com</email>
</author>
<published>2019-09-04T06:11:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3c6a4fdb6d828a03e368632d88f8261cc30104da'/>
<id>urn:sha1:3c6a4fdb6d828a03e368632d88f8261cc30104da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30451 -- Added ASGI handler and coroutine-safety.</title>
<updated>2019-06-20T10:29:43Z</updated>
<author>
<name>Andrew Godwin</name>
<email>andrew@aeracode.org</email>
</author>
<published>2019-04-12T13:15:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a415ce70bef6d91036b00dd2c8544aed7aeeaaed'/>
<id>urn:sha1:a415ce70bef6d91036b00dd2c8544aed7aeeaaed</id>
<content type='text'>
This adds an ASGI handler, asgi.py file for the default project layout,
a few async utilities and adds async-safety to many parts of Django.
</content>
</entry>
<entry>
<title>Fixed #28520 -- Added --start-at/--start-after options to runtests.py.</title>
<updated>2019-05-31T05:01:12Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2019-05-25T18:55:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e2de49ec2ea5827b36d0d4ec4f90b4ee0a003e93'/>
<id>urn:sha1:e2de49ec2ea5827b36d0d4ec4f90b4ee0a003e93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30220 -- Added support for headless mode in selenium tests.</title>
<updated>2019-05-17T06:14:54Z</updated>
<author>
<name>Johannes Hoppe</name>
<email>info@johanneshoppe.com</email>
</author>
<published>2019-02-26T16:23:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8d010f39869f107820421631111417298d1c5bb9'/>
<id>urn:sha1:8d010f39869f107820421631111417298d1c5bb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30387 -- Enhanced docs CLI examples in Unit tests and Install Django on Windows.</title>
<updated>2019-04-23T07:32:55Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2019-04-19T19:15:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=25b5eea8cdc69a353bb2d22ea2012b09df6c62e4'/>
<id>urn:sha1:25b5eea8cdc69a353bb2d22ea2012b09df6c62e4</id>
<content type='text'>
Follow up to 37c17846ad6b02c6dca72e8087a279cca04a0c27.
</content>
</entry>
</feed>
