equal
deleted
inserted
replaced
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): |