6 lines
232 B
Python
6 lines
232 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
|
|
|
from flectra.addons.website_blog.tests import test_ui
|
|
from flectra.addons.website_blog.tests import test_website_blog_flow
|