blob: 22975ebdda4754d6f226871365bde62355dcf91b (
plain)
1
2
3
4
5
6
7
8
9
|
import odoo.tests
from odoo.tools import mute_logger
@odoo.tests.common.tagged('post_install', '-at_install')
class TestWebsiteSession(odoo.tests.HttpCase):
def test_01_run_test(self):
self.start_tour('/', 'test_json_auth')
|