mirror of
https://github.com/django/django.git
synced 2025-01-24 00:59:20 +00:00
bb7bb379e8
The fact that we aren't dealing with the Django source tree anymore allows us to drop several tearDown()/addCleanup() calls that were concerned with removing apiece files/dirs/symlinks created by test cases, as we are covered by the removal of the parent temporary tree anyways. Thanks Tim Graham for advice and review.