cubicweb/test/data/lowered_etype.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Tue, 26 Mar 2019 16:22:31 +0100
changeset 12568 fc45f22c8100
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[test] use unittest.mock instead of mock library Now that we use Python 3 only, this is possible.


from yams.buildobjs import EntityType

class my_etype(EntityType):
    pass