skeleton/test/test_CUBENAME.py
author Sylvain <syt@logilab.fr>
Tue, 27 Jan 2009 17:54:30 +0100
branch3.0
changeset 483 fc222bc99929
parent 0 b97547f5f1fa
child 1977 606923dff11b
permissions -rw-r--r--
Added tag cubicweb-version-3_0_4 for changeset 2e400b8dfc25

"""template automatic tests"""

from logilab.common.testlib import TestCase, unittest_main

class DefaultTC(TestCase):
    def test_something(self):
        self.skip('this cube has no test')

## uncomment the import if you want to activate automatic test for your
## template

# from cubicweb.devtools.testlib import AutomaticWebTest


if __name__ == '__main__':
    unittest_main()