skeleton/test/test_CUBENAME.py.tmpl
branchstable
changeset 6898 60cbb2b39ca9
parent 5915 e6cc50932720
child 10214 88f60d4b9952
--- a/skeleton/test/test_CUBENAME.py.tmpl	Wed Jan 26 12:21:47 2011 +0100
+++ b/skeleton/test/test_CUBENAME.py.tmpl	Wed Jan 26 17:44:38 2011 +0100
@@ -29,7 +29,7 @@
 
 class DefaultTC(testlib.CubicWebTC):
     def test_something(self):
-        self.skip('this cube has no test')
+        self.skipTest('this cube has no test')
 
 
 if __name__ == '__main__':