[devtools/qunit] had "qunit" test for tag.
--- a/devtools/qunit.py Tue Mar 08 16:00:25 2011 +0100
+++ b/devtools/qunit.py Thu Mar 03 11:49:32 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 = ()