django/tests/admin_scripts
Ramiro Morales aefc1d4e65 Workaround admin scripts test failures on Windows+Python 3.
Change strategy used to examine instrumented output to acommodate the
fact that on Windows, where the path separator is '\', repr() of Python
modules has changed in Python 3 to use escaped backslashes in the FS
path section (e.g.
'C:\\python3x\\Lib\\site-packages\\django\\contrib\\auth\\models.py')
without having to special-case based on platform.
2013-10-23 08:19:42 -03:00
..
app_with_import Advanced deprecation warnings for Django 1.7. 2013-06-29 18:49:37 +02:00
broken_app Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
complex_app Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
custom_templates Whitespace cleanup. 2013-10-10 16:49:20 -04:00
management Fixed #21287 -- Fixed E123 pep8 warnings 2013-10-18 10:07:39 +01:00
simple_app Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
tests.py Workaround admin scripts test failures on Windows+Python 3. 2013-10-23 08:19:42 -03:00
urls.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00