Explorar o código

Stress: Templates did not support lower-case settings

Ask Solem %!s(int64=9) %!d(string=hai) anos
pai
achega
fff558072d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      funtests/stress/stress/templates.py

+ 1 - 1
funtests/stress/stress/templates.py

@@ -40,7 +40,7 @@ def mixin_template(template, conf):
     cls = symbol_by_name(templates[template])
     conf.update(dict(
         (k, v) for k, v in items(vars(cls))
-        if k.isupper() and not k.startswith('_')
+        if not k.startswith('_')
     ))