mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-22 16:03:19 +01:00
Last PEP-8 fix?
This commit is contained in:
parent
45c457ead2
commit
d13e87bd3b
@ -507,5 +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)
|
||||
|
Loading…
Reference in New Issue
Block a user