Use SavepointCase instead of TransactionCase

It means less records to create for each test
This commit is contained in:
Guewen Baconnier 2018-07-27 11:38:24 +02:00 committed by Stéphane Bidoul (ACSONE)
parent 95f5e2abaf
commit 675335a26b
No known key found for this signature in database
GPG Key ID: BCAB2555446B5B92
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import odoo.addons.server_environment.models.server_env_mixin as \
server_env_mixin
class ServerEnvironmentCase(common.TransactionCase):
class ServerEnvironmentCase(common.SavepointCase):
def setUp(self):
super().setUp()