[test] Drop call to CubicWebConfiguration.load_cwctl_plugins in unittest_cwctl.py
authorDenis Laxalde <denis.laxalde@logilab.fr>
Thu, 09 Mar 2017 18:02:16 +0100
changeset 12020 304477158337
parent 12019 9759aefa047b
child 12021 cc8135ecfbb8
[test] Drop call to CubicWebConfiguration.load_cwctl_plugins in unittest_cwctl.py This is no longer need now that we call load_available_configurations() in the "list" command (see 5e7282bdf140).
cubicweb/test/unittest_cwctl.py
--- a/cubicweb/test/unittest_cwctl.py	Thu Mar 09 16:35:58 2017 +0100
+++ b/cubicweb/test/unittest_cwctl.py	Thu Mar 09 18:02:16 2017 +0100
@@ -27,8 +27,6 @@
 from cubicweb.devtools.testlib import CubicWebTC
 from cubicweb.server.migractions import ServerMigrationHelper
 
-CubicWebConfiguration.load_cwctl_plugins() # XXX necessary?
-
 
 class CubicWebCtlTC(unittest.TestCase):