skeleton/test/test_CUBENAME.py.tmpl
branchstable
changeset 6898 60cbb2b39ca9
parent 5915 e6cc50932720
child 10214 88f60d4b9952
equal deleted inserted replaced
6897:858faaf699d9 6898:60cbb2b39ca9
    27 
    27 
    28 from cubicweb.devtools import testlib
    28 from cubicweb.devtools import testlib
    29 
    29 
    30 class DefaultTC(testlib.CubicWebTC):
    30 class DefaultTC(testlib.CubicWebTC):
    31     def test_something(self):
    31     def test_something(self):
    32         self.skip('this cube has no test')
    32         self.skipTest('this cube has no test')
    33 
    33 
    34 
    34 
    35 if __name__ == '__main__':
    35 if __name__ == '__main__':
    36     from logilab.common.testlib import unittest_main
    36     from logilab.common.testlib import unittest_main
    37     unittest_main()
    37     unittest_main()