Browse Source

[FIX] Enable post_install for tests + pylint

pull/1159/head
Andrea 6 years ago
parent
commit
b2e8735072
  1. 1
      base_exception/tests/common.py
  2. 2
      base_exception/tests/test_base_exception.py

1
base_exception/tests/common.py

@ -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).

2
base_exception/tests/test_base_exception.py

@ -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…
Cancel
Save