cubicweb/devtools/testlib.py
changeset 11929 fcbd6b251d81
parent 11874 ea1d92b677b5
parent 11902 6c320c41b1a0
child 12027 c62c80f20a82
--- a/cubicweb/devtools/testlib.py	Mon Jan 23 15:35:19 2017 +0100
+++ b/cubicweb/devtools/testlib.py	Fri Jan 27 16:26:09 2017 +0100
@@ -413,11 +413,6 @@
         config.global_set_option('sender-addr', 'cubicweb-test@logilab.fr')
         # default_base_url on config class isn't enough for TestServerConfiguration
         config.global_set_option('base-url', config.default_base_url())
-        # web resources
-        try:
-            config.global_set_option('embed-allowed', re.compile('.*'))
-        except Exception:  # not in server only configuration
-            pass
 
     @property
     def vreg(self):
@@ -1290,7 +1285,7 @@
                 self._test_action(action)
         for box in self.list_boxes_for(rset):
             w = [].append
-            with self.subTest(self._testname(rset, box.__regid__, 'box')):
+            with self.subTest(name=self._testname(rset, box.__regid__, 'box')):
                 box.render(w)
 
     @staticmethod