You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
301 B

  1. # -*- coding: utf-8 -*-
  2. # © 2014 Nemry Jonathan (Acsone SA/NV) (http://www.acsone.eu)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. from . import (
  5. test_create,
  6. test_defaults,
  7. test_delete,
  8. test_empty,
  9. test_name,
  10. test_onchange,
  11. test_user_onchange
  12. )