devtools/qunit.py
branchstable
changeset 7051 34d8b36480a9
parent 6535 972bd504daf6
child 7363 2293c49b290a
--- 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 = ()