Changes between Initial Version and Version 1 of Ticket #11505, comment 16
- Timestamp:
- Dec 9, 2014, 1:30:46 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11505, comment 16
initial v1 1 I r un into another example of tests depending on each other execution, because of the way `django.contrib.sites.models.Site` instances are cached in a global variable `SITE_CACHE`1 I ran into another example of tests depending on each other execution, because of the way `django.contrib.sites.models.Site` instances are cached in a global variable `SITE_CACHE` 2 2 3 3 Reproductible with the command `python tests/runtests.py contenttypes_tests.tests.ContentTypesViewsTests.test_shortcut_with_absolute_url syndication_tests`