<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/admin_scripts, branch 3.0</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=3.0</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=3.0'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2019-08-23T08:53:36Z</updated>
<entry>
<title>Replaced subprocess commands by run() wherever possible.</title>
<updated>2019-08-23T08:53:36Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2019-08-23T08:53:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9386586f31b8a0bccf59a1bff647cd829d4e79aa'/>
<id>urn:sha1:9386586f31b8a0bccf59a1bff647cd829d4e79aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30312 -- Relaxed admin check from django.contrib.sessions to SessionMiddleware subclasses.</title>
<updated>2019-04-26T09:31:06Z</updated>
<author>
<name>Aarni Koskela</name>
<email>akx@iki.fi</email>
</author>
<published>2019-04-04T10:02:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=efeceba589974b95b35b2e25df86498c96315518'/>
<id>urn:sha1:efeceba589974b95b35b2e25df86498c96315518</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30393 -- Added validation of startapp's directory option.</title>
<updated>2019-04-25T06:52:48Z</updated>
<author>
<name>oliver</name>
<email>myungsekyo@gmail.com</email>
</author>
<published>2019-04-25T02:28:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=fc9566d42daf28cdaa25a5db1b5ade253ceb064f'/>
<id>urn:sha1:fc9566d42daf28cdaa25a5db1b5ade253ceb064f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made startapp/project's overlaying error message use 'app' or 'project'.</title>
<updated>2019-03-30T14:14:07Z</updated>
<author>
<name>oliver</name>
<email>myungsekyo@gmail.com</email>
</author>
<published>2019-03-30T14:14:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=03bee42a7e28b1bbd6bb8df03b9e9bdd54f44837'/>
<id>urn:sha1:03bee42a7e28b1bbd6bb8df03b9e9bdd54f44837</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #30057 -- Added more diffsettings tests.</title>
<updated>2019-02-26T15:30:38Z</updated>
<author>
<name>orlnub123</name>
<email>orlnub123@gmail.com</email>
</author>
<published>2019-02-22T18:36:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2c0fda7f206f2057df642939e51358944b313483'/>
<id>urn:sha1:2c0fda7f206f2057df642939e51358944b313483</id>
<content type='text'>
The test in 573f44d62fe1e87e2c20a74eba5e20ca9ff0ed85 doesn't act as a
regression test.
</content>
</entry>
<entry>
<title>Fixed admin_scripts test failures on macOS.</title>
<updated>2019-02-14T13:28:19Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2019-02-14T13:28:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=ed7dee55a94b7243bc2757fd88055a1c7a87a79d'/>
<id>urn:sha1:ed7dee55a94b7243bc2757fd88055a1c7a87a79d</id>
<content type='text'>
Regression in 487d904bf253de2f5633f181a168f94086bcd6cb.</content>
</entry>
<entry>
<title>Refs #27804 -- Used subTest() in admin_scripts invalid name tests.</title>
<updated>2019-02-06T17:59:55Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-02-06T02:06:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=10b0fd15763a8f4ac08633f7b4c091d6340faf3a'/>
<id>urn:sha1:10b0fd15763a8f4ac08633f7b4c091d6340faf3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplified temporary directory handling in AdminScriptTestCase.</title>
<updated>2019-02-05T17:11:54Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-02-05T17:11:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=487d904bf253de2f5633f181a168f94086bcd6cb'/>
<id>urn:sha1:487d904bf253de2f5633f181a168f94086bcd6cb</id>
<content type='text'>
Use tempfile.TemporaryDirectory() in AdminScriptTestCase.setUp()
to create and destroy a temporary directory for each test. It removes
the need for individual tests to delete files.

For test classes that don't use the temporary directory, inherit from
SimpleTestCase.</content>
</entry>
<entry>
<title>Replaced manual current directory management with subprocess's cwd argument.</title>
<updated>2019-02-05T16:01:36Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-02-05T16:01:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=099c36d546cda842b44a93067d45e146e4ae77e5'/>
<id>urn:sha1:099c36d546cda842b44a93067d45e146e4ae77e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=True).</title>
<updated>2019-01-31T17:53:36Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-01-31T15:12:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=290d8471bba35980f3e228f9c171afc40f2550fa'/>
<id>urn:sha1:290d8471bba35980f3e228f9c171afc40f2550fa</id>
<content type='text'>
</content>
</entry>
</feed>
