equal
deleted
inserted
replaced
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() |