[FIX] Enable post_install for tests + pylint
parent
dd29ddf6ed
commit
cc5c4e641e
|
@ -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).
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue