hooks/test/unittest_syncsession.py
changeset 8694 d901c36bcfce
parent 8594 001159e2e4f3
child 9863 3fbad401eb61
equal deleted inserted replaced
8693:a6ca96ec8693 8694:d901c36bcfce
    19 """functional tests for core hooks
    19 """functional tests for core hooks
    20 
    20 
    21 Note:
    21 Note:
    22   syncschema.py hooks are mostly tested in server/test/unittest_migrations.py
    22   syncschema.py hooks are mostly tested in server/test/unittest_migrations.py
    23 """
    23 """
    24 from __future__ import with_statement
       
    25 
    24 
    26 from cubicweb import ValidationError
    25 from cubicweb import ValidationError
    27 from cubicweb.devtools.testlib import CubicWebTC
    26 from cubicweb.devtools.testlib import CubicWebTC
    28 
    27 
    29 class CWPropertyHooksTC(CubicWebTC):
    28 class CWPropertyHooksTC(CubicWebTC):