# -*- coding: utf-8 -*- """ Tests for the OpenERP library. This module groups a few sub-modules containing unittest2 test cases. Tests can be explicitely added to the `fast_suite` or `checks` lists or not. See the :ref:`test-framework` section in the :ref:`features` list. """ import common from common import * # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: