from . import (
    test_attributes,
    test_autovacuum,
    test_company_checks,
    test_domain,
    test_fields,
    test_indexed_translation,
    test_json_field,
    test_many2many,
    test_onchange,
    test_one2many,
    test_performance,
    test_properties,
    test_qweb_float,
    test_related_translation,
    test_schema,
    test_search,
    test_sort,
    test_timeit,
    test_ui,
    test_unity_read,
    test_views,
    test_web_save,
)
