[devtools/qunit] had "qunit" test for tag. stable
authorPierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 03 Mar 2011 11:49:32 +0100
branchstable
changeset 7051 34d8b36480a9
parent 7050 3f2857704444
child 7052 9680cf108821
[devtools/qunit] had "qunit" test for tag.
devtools/qunit.py
--- 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 = ()