equal
deleted
inserted
replaced
1 # -*- coding: utf-8 -*- |
1 # -*- coding: utf-8 -*- |
2 """functional tests for core hooks |
2 """functional tests for core hooks |
3 |
3 |
4 note: most schemahooks.py hooks are actually tested in unittest_migrations.py |
4 note: most schemahooks.py hooks are actually tested in unittest_migrations.py |
|
5 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses |
5 """ |
6 """ |
6 |
7 |
7 from logilab.common.testlib import TestCase, unittest_main |
8 from logilab.common.testlib import TestCase, unittest_main |
8 from cubicweb.devtools.apptest import RepositoryBasedTC, get_versions |
9 from cubicweb.devtools.apptest import RepositoryBasedTC, get_versions |
9 |
10 |