skeleton/test/test_CUBENAME.py
changeset 0 b97547f5f1fa
child 1977 606923dff11b
equal deleted inserted replaced
-1:000000000000 0:b97547f5f1fa
       
     1 """template automatic tests"""
       
     2 
       
     3 from logilab.common.testlib import TestCase, unittest_main
       
     4 
       
     5 class DefaultTC(TestCase):
       
     6     def test_something(self):
       
     7         self.skip('this cube has no test')
       
     8 
       
     9 ## uncomment the import if you want to activate automatic test for your
       
    10 ## template
       
    11 
       
    12 # from cubicweb.devtools.testlib import AutomaticWebTest
       
    13 
       
    14 
       
    15 if __name__ == '__main__':
       
    16     unittest_main()