equal
deleted
inserted
replaced
14 # details. |
14 # details. |
15 # |
15 # |
16 # You should have received a copy of the GNU Lesser General Public License along |
16 # You should have received a copy of the GNU Lesser General Public License along |
17 # with CubicWeb. If not, see <http://www.gnu.org/licenses/>. |
17 # with CubicWeb. If not, see <http://www.gnu.org/licenses/>. |
18 """unit tests for schema rql (de)serialization""" |
18 """unit tests for schema rql (de)serialization""" |
19 |
|
20 import sys |
|
21 from cStringIO import StringIO |
|
22 |
19 |
23 from logilab.common.testlib import TestCase, unittest_main |
20 from logilab.common.testlib import TestCase, unittest_main |
24 |
21 |
25 from cubicweb import Binary |
22 from cubicweb import Binary |
26 from cubicweb.schema import CubicWebSchemaLoader |
23 from cubicweb.schema import CubicWebSchemaLoader |