Skip to content
Snippets Groups Projects
Commit 5ce15992 authored by Thibault Delavallée's avatar Thibault Delavallée
Browse files

[REM] website_mail: remove dummy void tests

parent bc022ddd
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
import test_controllers
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo.addons.mail.tests.common import TestMail
from odoo.addons.website_mail.controllers.main import WebsiteMail
from odoo.tools import mute_logger, email_split
class TestControllers(TestMail):
def test_00_subscribe(self):
# from odoo.addons.web.http import request
# print request
cr, uid = self.cr, self.uid
# context = { }
# email = 'Marcel Dupuis <marcel.dupuis@example.com>'
# website_mail = WebsiteMail()
# pid = website_mail._find_or_create_partner(email, context)
# partner = self.res_partner.browse(cr, uid, pid)
# print partner.name, partner.email
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment