mirror of
https://github.com/bringout/oca-ocb-test.git
synced 2026-04-21 03:42:03 +02:00
10 lines
216 B
Python
10 lines
216 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import (
|
|
test_calendar,
|
|
test_mixin,
|
|
test_performance,
|
|
test_resource,
|
|
test_resource_errors,
|
|
test_timezones,
|
|
)
|