[FIX] Enable post_install for tests + pylint

pull/2463/head
Andrea 2018-02-15 15:29:07 +01:00 committed by matiasperalta1
parent dd29ddf6ed
commit cc5c4e641e
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2017 ACSONE SA/NV (<http://acsone.eu>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

View File

@ -9,6 +9,8 @@ import logging
_logger = logging.getLogger(__name__)
@common.at_install(False)
@common.post_install(True)
class TestBaseException(common.SavepointCase):
# pylint: disable=missing-return