diff -r 48f468f33704 -r e4580e5f0703 devtools/qunit.py --- a/devtools/qunit.py Fri Dec 10 12:17:18 2010 +0100 +++ b/devtools/qunit.py Fri Mar 11 09:46:45 2011 +0100 @@ -8,7 +8,7 @@ from uuid import uuid4 # imported by default to simplify further import statements -from logilab.common.testlib import unittest_main, with_tempdir, InnerTest +from logilab.common.testlib import unittest_main, with_tempdir, InnerTest, Tags from logilab.common.shellutils import getlogin import cubicweb @@ -86,6 +86,8 @@ class QUnitTestCase(CubicWebServerTC): + tags = CubicWebServerTC.tags | Tags(('qunit',)) + # testfile, (dep_a, dep_b) all_js_tests = ()