mirror of
https://github.com/bringout/oca-website.git
synced 2026-04-27 02:32:03 +02:00
Initial commit: OCA Website packages (16 packages)
This commit is contained in:
commit
0578ef7638
660 changed files with 37334 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
from . import test_controller
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
# Copyright 2017 LasLabs Inc.
|
||||
# Copyright 2020 Tecnativa - Alexandre Díaz
|
||||
# License APL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
from odoo.tests.common import HttpCase
|
||||
|
||||
|
||||
class TestController(HttpCase):
|
||||
def test_page(self):
|
||||
"""It should return a 200 for legal page."""
|
||||
response = self.url_open("/legal", timeout=20)
|
||||
self.assertEqual(response.status_code, 200)
|
||||
Loading…
Add table
Add a link
Reference in a new issue