cubicweb/devtools/repotest.py
changeset 11250 597f02c5cf5a
parent 11237 f32134dd0067
child 11699 b48020a80dc3
--- a/cubicweb/devtools/repotest.py	Thu May 19 14:21:21 2016 +0200
+++ b/cubicweb/devtools/repotest.py	Thu Jan 14 17:14:16 2016 +0100
@@ -37,7 +37,7 @@
     # a[0] may be a dict or a key/value tuple
     return (sorted(dict(a[0]).items()), [e.expression for e in a[1]])
 
-def test_plan(self, rql, expected, kwargs=None):
+def check_plan(self, rql, expected, kwargs=None):
     with self.session.new_cnx() as cnx:
         plan = self._prepare_plan(cnx, rql, kwargs)
         self.planner.build_plan(plan)