mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-18 11:49:56 +02:00
More PEP-8 fixes on test_get_email
This commit is contained in:
@@ -507,7 +507,5 @@ for method, socks in case_matrix:
|
||||
test_name = str(
|
||||
"TestGetEmail%s%s" % (method.capitalize(), socks_str))
|
||||
|
||||
cl = type(test_name,
|
||||
(GetEmailParametricTemplate,TestCase,),
|
||||
{"method": method, "socks": socks})
|
||||
cl = type(test_name, (GetEmailParametricTemplate,TestCase,), {"method": method, "socks": socks})
|
||||
setattr(thismodule, test_name, cl)
|
||||
|
Reference in New Issue
Block a user