django/tests/admin_scripts
Ramiro Morales 7f5555db2b [1.6.x] 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.

c04f3fc686 from master.
2013-10-23 09:27:18 -03:00
..
app_with_import Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
broken_app Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
complex_app Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
custom_templates Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
management Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
simple_app Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01: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 [1.6.x] Workaround admin scripts test failures on Windows+Python 3. 2013-10-23 09:27:18 -03:00
urls.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00