]> git.parisson.com Git - timeside.git/commitdiff
smoother cleanup
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 6 Mar 2015 08:53:25 +0000 (09:53 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 6 Mar 2015 08:53:25 +0000 (09:53 +0100)
timeside/server/management/commands/timeside-tests-boilerplate.py

index d2034dfe8510134b2e176966b54ebcfd80c6964f..dfef99e6e4599f9aa4979fa1414bc2b52cc8d312 100644 (file)
@@ -16,8 +16,6 @@ class Command(BaseCommand):
     def cleanup(self):
         for processor in Processor.objects.all():
             processor.delete()
-        for result in Result.objects.all():
-            result.delete()
 
     def handle(self, *args, **options):
         # NOT for production