[qunit] stop dealing with filesystem paths
qunit tests need a few things served by cubicweb:
- qunit itself, which is now handled by CWDevtoolsStaticController (serving
files in cubicweb/devtools/data)
- standard cubicweb or cubes data files, handled by the DataController
- the tests themselves and their dependencies. These can live in
<apphome>/data or <apphome>/static and be served by one of the
STATIC_CONTROLLERS
This avoids having to guess in CWSoftwareRootStaticController where to
serve things from (some files may be installed, others are in the source
tree), and should hopefully make it possible to have these tests pass
when using tox, and to write qunit tests for cubes, outside of cubicweb
itself.
This requires modifying the tests to only declare URL paths instead of
filesystem paths, and moving support files below test/data/static.
.. -*- coding: utf-8 -*-
.. winclude:: search_sample_queries
Vous pouvez également taper des requêtes complexes en utilisant le langage de
requête RQL_, base sur laquelle ce site est construit.
Vous pouvez préfixer votre recherche des mots clés suivants pour indiquer le
type de recherche que vous désirez :
* `rql` : requête RQL
* `text` : recherche plein texte
.. _RQL: tut_rql