cubicweb/devtools/qunit.py
changeset 11165 c6fe858f6b90
parent 11076 403a901b6b1e
child 11742 def9b3757945
--- a/cubicweb/devtools/qunit.py	Thu Feb 18 09:20:57 2016 +0100
+++ b/cubicweb/devtools/qunit.py	Thu Feb 18 09:23:18 2016 +0100
@@ -136,7 +136,6 @@
             try:
                 result, test_name, msg = self.test_queue.get(timeout=timeout)
                 test_name = '%s (%s)' % (test_name, test_file)
-                self.set_description(test_name)
                 if result is None:
                     break
                 test_count += 1