equal
deleted
inserted
replaced
18 # with CubicWeb. If not, see <http://www.gnu.org/licenses/>. |
18 # with CubicWeb. If not, see <http://www.gnu.org/licenses/>. |
19 """functional tests for core hooks |
19 """functional tests for core hooks |
20 |
20 |
21 note: most schemahooks.py hooks are actually tested in unittest_migrations.py |
21 note: most schemahooks.py hooks are actually tested in unittest_migrations.py |
22 """ |
22 """ |
|
23 from __future__ import with_statement |
23 |
24 |
24 from logilab.common.testlib import TestCase, unittest_main |
25 from logilab.common.testlib import TestCase, unittest_main |
25 |
26 |
26 from datetime import datetime |
27 from datetime import datetime |
27 |
28 |