# HG changeset patch # User Pierre-Yves David # Date 1299149372 -3600 # Node ID 34d8b36480a96568b78c149e7965b1d3f4262828 # Parent 3f285770444420eaaba84efd25a4db5d84fcdfb9 [devtools/qunit] had "qunit" test for tag. diff -r 3f2857704444 -r 34d8b36480a9 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 = ()