Use consistent flake8 settings everywhere and fix flake8 issues

This commit is contained in:
Raphael Michel
2016-10-13 22:56:31 +02:00
parent fa0803aa68
commit 503f6dd06f
24 changed files with 25 additions and 33 deletions

View File

@@ -1,5 +1,4 @@
import datetime
import time
from decimal import Decimal
from django.core import mail

View File

@@ -386,7 +386,7 @@ class OrdersTest(TestCase):
generate_invoice(self.order)
response = self.client.get(
'/%s/%s/order/%s/%s/pay/change' % (self.orga.slug, self.event.slug, self.order.code, self.order.secret),
)
)
assert 'Test dummy' in response.rendered_content
assert '+ 12.00' in response.rendered_content
response = self.client.post(