Changeset 466
- Timestamp:
- 08/10/05 13:10:38 (3 years ago)
- Files:
-
- django/trunk/tests/runtests.py (modified) (1 diff)
- django/trunk/tests/testapp/models/one_to_one.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/tests/runtests.py
r465 r466 29 29 doctest.DocTestRunner.__init__(self, *args, **kwargs) 30 30 self._checker = DjangoDoctestOutputChecker() 31 self.optionflags = doctest.ELLIPSIS 31 32 32 33 def report_start(self, out, test, example): django/trunk/tests/testapp/models/one_to_one.py
r396 r466 51 51 Traceback (most recent call last): 52 52 ... 53 RestaurantDoesNotExist: Restaurant does not exist for {'id__exact': 2L}53 RestaurantDoesNotExist: Restaurant does not exist for {'id__exact': ...} 54 54 55 55 # restaurants.get_list() just returns the Restaurants, not the Places.
