Skip to content

Commit

Permalink
rfc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RPSJR committed Nov 24, 2023
1 parent 3050230 commit e9fbc1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions fleet_vehicle_ownership/tests/test_owner.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Copyright 2023-Present RPSJR - Raimundo Junior <raimundopsjr@gmail.com>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from odoo.tests import tagged
from odoo.tests.common import TransactionCase
from odoo.tests import SavepointCase


@tagged("-standard")
class TestFleetVehicleOwner(TransactionCase):
class TestFleetVehicleOwner(SavepointCase):
def setUp(self):
super().setUp()
self.vehicle = self.env["fleet.vehicle"].create(
Expand Down
6 changes: 2 additions & 4 deletions fleet_vehicle_ownership/tests/test_partner.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
from odoo.tests import tagged
from odoo.tests.common import TransactionCase
from odoo.tests import SavepointCase


@tagged("-standard")
class TestResPartner(TransactionCase):
class TestResPartner(SavepointCase):
def setUp(self):
super(TestResPartner, self).setUp()

Expand Down

0 comments on commit e9fbc1b

Please sign in to comment.