Skip to content

[IMP] account_fleet: Adapt unit tests #4523

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master-mysterious-egg
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions addons/account_fleet/tests/test_account_fleet.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
from odoo.addons.account.tests.common import AccountTestInvoicingCommon


# TODO master-mysterious-egg fix error
@unittest.skip("prepare mysterious-egg for merging")
@tagged('post_install', '-at_install')
class TestAccountFleet(AccountTestInvoicingCommon):

Expand Down
2 changes: 0 additions & 2 deletions addons/account_fleet/tests/test_fleet_vehicle_log_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
from odoo.addons.account.tests.common import AccountTestInvoicingCommon
import unittest

# TODO master-mysterious-egg fix error
@unittest.skip("prepare mysterious-egg for merging")
@tagged('post_install', '-at_install')
class TestFleetVehicleLogServices(AccountTestInvoicingCommon):

Expand Down
2 changes: 0 additions & 2 deletions addons/mail/tests/discuss/test_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
from odoo.addons.base.tests.common import HttpCaseWithUserDemo
import unittest

# TODO master-mysterious-egg fix error
@unittest.skip("prepare mysterious-egg for merging")
@odoo.tests.tagged('post_install', '-at_install')
class TestUi(HttpCaseWithUserDemo):

Expand Down
2 changes: 0 additions & 2 deletions addons/mass_mailing_sms/tests/test_mailing_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
from odoo.tests import HttpCase, tagged, users
import unittest

# TODO master-mysterious-egg fix error
@unittest.skip("prepare mysterious-egg for merging")
@tagged('post_install', '-at_install', 'mail_activity')
class TestMailingUi(HttpCase):

Expand Down
4 changes: 0 additions & 4 deletions addons/portal/tests/test_tours.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,9 @@ def setUpClass(cls):
"state_id": cls.env.ref("base.state_us_5").id,
})

# TODO master-mysterious-egg fix error
@unittest.skip("prepare mysterious-egg for merging")
def test_01_portal_load_tour(self):
self.start_tour("/", 'portal_load_homepage', login="portal")

# TODO master-mysterious-egg fix error
@unittest.skip("prepare mysterious-egg for merging")
def test_02_portal_load_tour_cant_edit_vat(self):
willis = self.user_portal
self.start_tour("/", 'portal_load_homepage', login="portal")
Expand Down