server/test/unittest_schemaserial.py
changeset 6632 78878f5a8166
parent 6631 26c303c3f1aa
child 6781 5062d86d6ffe
equal deleted inserted replaced
6631:26c303c3f1aa 6632:78878f5a8166
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    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 
    19 
    21 import sys
    20 import sys
    22 from cStringIO import StringIO
    21 from cStringIO import StringIO
    23 
    22 
    24 from logilab.common.testlib import TestCase, unittest_main
    23 from logilab.common.testlib import TestCase, unittest_main